html.antrope-space-bg {
  background: #070B15;
}

body.antrope-space-bg {
  background: #070B15;
}

.antrope-space-bg #stars,
#stars.antrope-space-stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.antrope-space-bg .star,
#stars.antrope-space-stars .star {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  animation: antropeSpaceTwinkle var(--d,4s) ease-in-out infinite var(--delay,0s);
}

@keyframes antropeSpaceTwinkle {
  0%,100% { opacity: var(--lo,.05); transform: scale(1); }
  50% { opacity: var(--hi,.3); transform: scale(1.3); }
}
