html {
    height: 100vh;
  }
  
  body {
    background-color: black;
  }
  
  canvas {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
  }