body, html {
	touch-action: none;
}

body {
	background: radial-gradient(#5a9e86, #013d31);
}

#topbox {
	position: fixed;
	pointer-events: none;
	left: 50%;
	top: -1em;
	transform: translate(-50%, -0%);
	margin: 0 auto;

	text-align: center;
	color: white;
	text-shadow: 2px 2px 0px gray;
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-size: 80%;
	padding-bottom: 1em;
	padding-top: 2em;
	width: 50em;
}

#imagefader {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
}

#circles {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1920px;
	height: 1080px;
	pointer-events: none;
}