* {
  touch-action: auto;
}

body {
  /* iOS No Touch Pinch Scaling */
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  color: #000000;
  background-color: #000000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

#game-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full-coverage {
  touch-action: none;
  position: relative;
  visibility: visible;
  color: #000000;
  background-color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
}

#splash {
  visibility: hidden;
}
