html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#particles {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.intro {
    position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
}

