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

#particles-js {
  position: absolute;
  width: 100%;
  height: 200%;
  background-color: transparent;
  background-image: url("");
  background-repeat: repeat;
  background-size: 100%;
  background-position: 50% 50%;
  margin-top: -1500px;
  z-index: -1;
}


