*{
    margin:0%;
    padding:0%;
}
h1{
    margin-top: 5px;
}
html,body{
    height:100%;
    width:100%;
    background-color: rgb(15, 117, 120);
    text-align:center;
}
.container{
    height:70vh;
    display:flex;
  
    justify-content: center;
    align-items: center;
}
.game{
    height:45vmin;
    width:45vmin;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:1.5vmin;
}
.box{
    height: 13vmin;
    width:13vmin;
    border-radius: 20%;
    font-size: 5vmin;
   background-color: rgb(213, 236, 165);
}
.res{
    background-color: rgb(25, 20, 20);
    color: white;
    height: 50px;
    width: 150px;
    border-radius: 5%;
}
#msg{
    color:rgb(213, 236, 165);
    font-size: 8vmin;
}
.msg-container{
    margin-bottom: 60px;
}
.hide{
    display:none;
}
