html, body {
  display: grid;
  place-items: center;
  height: 100vh;
}

canvas {
  display: block;
}
