body {
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 100vw;
	height: 100vh;

    touch-action: none;
	overflow: hidden;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.25em;
	color: #eee;
	background: #113;
}

#particles {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	width: 100vw;
	height: 100vh;

    touch-action: none;
	overflow: hidden;
}