

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

#particles-js{
    width: 100%;
      height: 100%;
      position: fixed;
      z-index: -10;
      top: 0;
      left: 0
}
