* {
  box-sizing: border-box;
  margin:0;
  padding:0;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
  
html, body {
  height: 100%;
  margin: 0; 
}
  
.full-height {
  height: 100%;
  background: white;
  padding:.5%; 
}
  
#game-container {
  background: white;
  position: relative;
  height: 872px;
  left: 50%;
  margin: 0;
  max-height: 99%;
  max-width: 99%;
  top:50%;
  transform: translate(-50%, -50%);
  width: 1810px;
}
@media only screen and (max-width: 1024px) {
  #game-container {
  height: 658px;
  width: 1013px;
 }
}