body { margin: 0; overflow: hidden;   width: 100vw; height: 100vh; background-color: black; }

canvas {
  display: block; position: absolute;

  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto;

  max-width: 100%; max-height: 100%;
}
