/* Galaxy WebGL background — PROJECT: ORACLE */

.galaxy-container {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.galaxy-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}
