body {
  text-align: center;
  background-color: #1a1a1a;
  color: white;
  font-family: Arial, sans-serif;
}

canvas {
  background-color: #2e7d32;
  border: 3px solid white;
  margin-top: 10px;
}
