body {
  background-color: rgb(0, 0, 0);
  color: aliceblue;
  overflow: hidden;
}

canvas {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}