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

#particles{
  position: relative;
  top: 0;
  left: 0;
  z-index: 3000;
}


#particles-js{
  position: absolute;
  top:-200px;
  width: 100%;
  height: 800px;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
}
