body {
  margin: 0;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
canvas {
  border: 3px solid #555;
  background: #87ceeb; /* Sky color */
}
