body {
  width: 100vw;
  height: 100vh;
  display: flex;
  margin: 0;
  background: black;
}

canvas {
  margin: auto;
  display: block;
}