html, body {
  padding: 0;
  margin: 0;
  display: grid;
  place-items: center;
  height: 100vh;
}
canvas {
  display: block;
}
