body.hyperspace-enabled {
  background: radial-gradient(#000, #111), #000;
  min-height: 100vh;
}

canvas.hyperspace-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}

.main-header,
.main-header {
  position: relative;
  z-index: 1500;
}

main,
footer {
  position: relative;
  z-index: 1;
}