

#particles-js{
    position:fixed;
    
      width: 100%;
      height: 100%;
      background-color: transparent;
      
      background-image: url('');
      background-size: cover;
      background-position: 100% 100%;
      background-repeat: no-repeat;
      z-index:1;
      opacity:100%;
      
}



