body {
  margin: 0;
  background-color: black;
}

#canvas-container {
  overflow: hidden;
}

canvas {
  image-rendering: pixelated;
}
