/* ---- particles.js container ---- */

#particles-js{
  width: 100% !important;
	height: 100% !important;
  background-color: #6900cf !important;  
	position: absolute;
	z-index: 0;
  top:0;
  background: rgb(10,69,20);
  background: -moz-linear-gradient(90deg, rgba(105,0,207,1) 0%, rgba(105,0,207,1) 50%, rgba(105,0,207,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(105,0,207,1) 0%, rgba(105,0,207,1) 50%, rgba(105,0,207,1) 100%);
  background: linear-gradient(90deg, rgba(105,0,207,1) 0%, rgba(105,0,207,1) 50%, rgba(105,0,207,1) 100%);
}