html,body{
	height: 100%;
}

#particles-js{ 
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 141vh;
	background-color: rgb(248, 252, 255);
}

#wrapper{
	position: relative;
	z-index: 1;
	width:100%;
	height:auto;
}