html, body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100dvw;
  margin: 0;
}
canvas {
  display: block;
}
