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

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

canvas {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
