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

#particles-js {
  width: 100%;
  height: 100%;
  background-image: url("../images/neon1.png");
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -99;
}
