

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

#particles-js{
  position: absolute;
  width: 100%;
  height: 65vh;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
