.nebula-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('assets/nebula-1.png');
    background-position: center;
    background-size: cover;
}

.light-nebula-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('assets/nebula-1.png');
    background-position: center;
    background-size: cover;
}

.exo-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('assets/exosphere-1.png');
    background-position: center;
    background-size: cover;
}

.light-exo-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('assets/exosphere-1.png');
    background-position: center;
    background-size: cover;
}

/* Sorry uhh maybe ill actually use this file in 2.1 (spoiler: probably not) */
/* 2.1 update: I DID ACTUALLY USE IT!!!! */