html, body {
  min-height: 100%;
}

body.galaxy-bg-page {
  background: #02050d !important;
}

#galaxy-bg-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

body.galaxy-bg-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 45%, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0.25) 72%, rgba(2, 6, 23, 0.5) 100%);
}

body.galaxy-bg-page > * {
  position: relative;
  z-index: 2;
}
