body {
  height: 100vh;
  background: black;
  overflow: hidden;
}

#canvas {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}