*{
    padding: 0;
    margin: 0;
}
body{
    background-color: blanchedalmond;
    
}
.btn{
    background-color: cadetblue;
    color: white;
    width: 19vmin;
    height: 19vmin;
    border-radius: 20px;
    border: none;
    font-size: 2rem;
}
.container{
    height: 70vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vmin;
    margin-top: 2rem;
}
.game{
    height: 60vmin;
    width: 60vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5vmin;
    margin-top: 2rem;
}
.reset-button{
    width: 70px;
    height: 25px;
    background-color: black;
    color: white;
    

}
.resetdiv{
    align-items: center;
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.msg-container{
    width: 100vw;
    display: flex;
    justify-content: center;
    color: chocolate;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 45px;

}
.hide{
    display: none;
}
a{
    text-decoration: none;
    color: white;
}
.heading{
    width: 100vw;
    display: flex;
    justify-content: center;
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 35px;
    margin-bottom: 45px;

}