body {
  margin: 0;
  background: #0b0f14;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial;
  color: white;
}

canvas {
  background: #0f1720;
  border: 2px solid #1f2a38;
}