.space-bg{
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at top, #29070c 0%, #1B1B1E 100%);
  pointer-events: none;
}

#starfield{
  width: 100%;
  height: 100%;
  display: block;
}

.app-page{
  position: relative;
  z-index: 1;
}
