#sparkles {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
}

html>body #sparkles {
	position: fixed;
	top: 0;
	background-attachment: fixed;
	display: block;
	left: 0;
	z-index: 0;
}