/* Layer 1: Background image (galaxy), fixed and full screen */

.background-layer {
    position: fixed;
    inset: 0;
    background-image: url('../../images/galaxy_1920.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}