/* Galaxy background layer */
#galaxy-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(118.38% 101.85% at 50% 25.09%, #01243c 44.82%, #000000 92.63%);
}

#galaxy-background canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
}

/* Keep hiring UI above the galaxy background */
#slides {
  z-index: 2;
}

.blob {
  z-index: 1;
}