body {
  background: black;
}
canvas {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -300px;
}