#particles-js{ 
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
	z-index: -1; 
}

.container{
    background-color: rgba(255, 255, 255, 0.3);
}