body {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: transparent;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.fullscreen.VR {
  cursor: pointer;
  background-image: url(/assets/img/fullscreen.VR.png);
  width: 38px;
  height: 38px;
  float: right;
  margin-left: auto;
}
.footer {
  flex-shrink: 0;
  margin-top: 8px;
  display: none;
}
.gameDiv {
  overflow: auto;
}
#gameContainer .error {
  font-size: xx-large;
  text-shadow: 0px 0px 3px white;
}
.webgl-content,
#gameContainer {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 54px) !important;
}
#gameContainer canvas {
  object-fit: contain;
}
