body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, sans-serif;
  background-color: #222;
  color: white;
}

canvas {
  background-color: black;
  margin-top: 20px;
  border: 2px solid white;
}
