/* style.css */
body {
  margin: 0;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

canvas {
  border: 4px solid #cc00ff;
  box-shadow: 0 0 20px rgb(255, 254, 241);
  image-rendering: pixelated;
}
