:root {
    --star-speed: 0.8;
}

#starfield {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}