#stars-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
}
body, html {
    background: #111;
} 