body {
  margin: 0;
  background: white;
}

main {
  width: 100vw;
  height: 100vh;
  display: flex;
}

canvas {
  margin: auto;
}