body {
  margin: 0;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

canvas {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  image-rendering: pixelated;
}
