@charset "utf-8";
/* CSS Document */
/* ---- reset ---- */
canvas {
	display: block;
	vertical-align: bottom;
} 
#particles-js {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
} /* ---- stats.js ---- */ 
.count-particles {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
}

