* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  overflow: hidden;
  font-family: 'Press Start 2P', monospace;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

canvas {
  display: block;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

#controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}