*{
    padding: 0;
    margin: 0;
}
body{
    background-color: rgb(192, 260, 147);
    text-align: center;
    color: blueviolet;
}
#container{
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#game{
    background-color:rgb(172, 240, 127) ;
    height: 60vmin;
    width: 60vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2vmin;
}
.box{
    height: 18vmin;
    width: 18.5vmin;
    background-color: beige;
    color: blueviolet;
    border: none;
    font-size: 8vmin;
}

#newgame{
    height: 50px;
    width: 300px;
    background-color: rgb(192, 250, 147);
    border: 2px dotted rgb(114, 239, 19);
    font-size: 4vmin;
    color: blueviolet;
}
h4{
    height: 50px;
    font-size: 4vmin;
}