html { background: var(--bg, #0f0e0e); }
body { background: transparent !important; } /*stars are in the body here on a transparent bg*/

#ambient-stars-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

#ambient-stars-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
}