body{
    text-align: center;
    margin: 50px;
    
}
h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: palevioletred;
    font-size: 100px;
}
.alert{
    display: none;
}
form *{
    display: block; 
    margin: 10 auto 10 auto;
}
.modal{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: aqua;

}
#box{
    width: 120px; height: 100px; font-size: 50px;
    border-color: aquamarine;
    display: inline-block;
}
button{
    color: aqua; background-color: #7f57c5;
    height: 60px; 
    font-size: 30px;
    display: inline-block
}
.counter {
    color: black;
    font-size: 75px;
}
.counter span{
    display: none;

}
#PlayAgain {
    height: 450px;
    width: 600px;
    font-size: 150px;
}
.modal div{
    font-size: 100px;
}
label {
  font-size: 50px;
}