body {
	width: 100%;
	height: 100%;
	background: black;
	color: white;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

#particles-js-back {
	z-index: -1;
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0px;
	max-height: 100%;
	max-width: 100%;
}

#message {
	z-index: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	position: fixed;
	top: 43%;
	pointer-events: none;
	font-size: 3em;
	text-align: center;
	font-family: sans-serif;
}

#particles-js-front {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	max-height: 100%;
	max-width: 100%;
}
