*{
    margin: 0;
    padding: 0;
}
body {
    background-image: url("cristina-gottardi-CSpjU6hYo_0-unsplash.jpg"); 
    /* other styles */
    text-align: center;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    margin: 0;
    padding: 0; 
    
 
}
.Container{
    height: 70vh;
    display: flex;
    
    justify-content: center;
    align-items: center;
}

.game{
    width: 60vmin;
    height: 60vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    gap: 1.5vmin;
    
}
.box{
    height: 18vmin;
    width: 18vmin;
    border-radius: 1rem;
    border: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0.1);
    font-size: 8vmin;
    color: red;
    background-color:  #ffd700;
    

}
#resetbutton{
    pad:   5rem;
    font-size: 1.25rem;
    background-color: rgb(3, 38, 38);
    border: none;
    color: blanchedalmond;
    border-radius: 1rem;
    
}
#newbutton{
    pad:   5rem;
    font-size: 1rem;
    background-color: rgb(31, 51, 51);
    border: none;
    color: blanchedalmond;
    border-radius: 1rem;
}

#msg{
    color: #c94234;
    font-size: 8vmin;
    align-items: center;
}

.msg-container{
    height: 100vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
}

.hide{
    display: none;
}
.h1{
    text-align: center;
    color: #10f000;
}

.hiw{
    color: #a01c1c;
}
