body {
  display: grid;
  place-items: center;
  height: 100dvh;
  background: #222;
}

canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}