*{
   margin: 0;
   padding: 0;
   background-color: #A0D2DB;
  
}
.maincontainer{
   height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container{
 
height: 60vmin;
width: 60vmin;


}
.gamediv{
   flex-wrap: wrap;
   display: flex;
   gap: 1.5vmin;

}
.box{
   height: 18vmin;
   width: 18vmin;
   background-color: #594157;
   border: none;
   border-radius: 15px;
   box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
font-size: 8vmin;
   color: white;
}
.mainheading{
   text-align: center;
   margin: 40px;
   font-size: 40px;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
.reset{
   height: 6vmin;
   width: 15vmin;
   border: none;
   border-radius: 25px;
   background-color: orange;
   color: white;
   font-size: 2.5vmin;
   box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
   margin-top:20px ;
}
.newgame{
   height: 6vmin;
   width: 15vmin;
   border: none;
   border-radius: 25px;
   background-color: rgb(0, 219, 18);
   color: white;
   font-size: 2.5vmin;
   box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
   margin-top:20px ;
   margin-left: 200px;
}
.signature
{
justify-content: center;
align-items: center;
display: flex;
margin-top: 30PX;
font-size: 20PX;
}
#winnermsg{
   display: none;
   margin-top:10px;
   justify-content: center;
   align-items: center;
   margin: 10px;
}
#msg{
  font-size: 4vmin;
  font-family:Georgia, 'Times New Roman', Times, serif;
  color: rgb(241, 76, 0);
  margin-bottom: 15px;
  
}
.hide
{
   display: none;
}