h1 {
  color: white;
}

body {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

canvas {
  background: #eee;
  display: block;
  margin: 0 auto;
}
