body {
  margin: 0;
  background: #000;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

canvas {
  image-rendering: pixelated;
  touch-action: none;
}
