/* Effects Core - Background System */

/* ================================================================ */
/* BACKGROUND CONTAINER                                              */
/* ================================================================ */

.cosmic-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('../wallpaper.png') center center / cover no-repeat fixed;
    overflow: visible;
    z-index: -1;
}

/* Disable old effects */
.nebula-layer, .nebula-1, .nebula-2, .nebula-3,
.stars-container, .stars, .stars-1, .stars-2, .stars-3,
.cosmic-elements, .cosmic-element,
.orbiting-particles, .orbiting-particle {
    display: none;
}
