/* ---- particles.js container ---- */
canvas {
  filter: drop-shadow(0 0 5px #00ffea) drop-shadow(0 0 10px #39ff14);
}


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