html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #071524;
  overflow: hidden;
}

body {
  font-family: "Avenir Next", "Nunito", "Baloo 2", "Segoe UI", system-ui, sans-serif;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}

#stage {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 720px;
  height: 1280px;
  transform-origin: center center;
}

#gl, #gl canvas {
  position: absolute;
  inset: 0;
  width: 720px;
  height: 1280px;
  display: block;
}

#ui {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}
