body {
  background-color: #fff;
  font-family: 'Racing Sans One', cursive;
}

h1 {
  text-align: center;
  font-size: 4rem;
}

canvas {
  background-color: #fff;
  margin: 50px;
}

.canvas-container {
  display: flex;
  justify-content: center;
}
