/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: rgb(0, 0, 0);*/
    position: fixed;
    z-index: -1;
}