/* ---- particles.js container ---- */
#particles-js{ 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    z-index: -100; 
    top:0; 
    left:0; 
    pointer-events: none; 
}