body {
  font-family: sans-serif;
  background: #373333;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

a {
  color: burlywood;
}

canvas {
  border: 2px solid black;
}
