html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #06101c;
  overflow: hidden;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

#wrap {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#game {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  background: #0e3a5c;
  cursor: crosshair;
  box-shadow: 0 0 80px rgba(0, 40, 80, 0.8);
}
