/* Removed body background override to allow theme's #060D1E to show */

#global-starfield-12e6e217 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -9999;
    pointer-events: none; /* Allows user to click elements above the background */
    background-color: transparent;
}
