@font-face {
	font-family: Comfortaa;
	src: url("../fonts/Comfortaa-Regular.ttf");
}
html {
	display: table;
	height: 100%;
	width: 100%;
}
body {
	background-color: #000;
	background-image: linear-gradient(to top, hsla(252, 50%, 50%, .5), transparent 40%), url("../images/aetherica-waves-combined-glow-cropped.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	color: #fff;
	display: table-cell;
	font-family: "Comfortaa", sans-serif;
	font-size: 16px;
	padding-top: 10vh;
	text-align: center;
}
a {
	color: hsl(252, 50%, 75%);
}
sub {
	color: #ecc2e2;
	margin-left: -0.2rem;
	margin-right: -0.2rem;
}
#links {
	position: absolute;
	bottom: 10vh;
	width: 100%;
}
#footer {
	position: absolute;
	bottom: 0;
	color: hsl(252, 50%, 60%);
	font-family: sans-serif;
	font-size: 0.8rem;
	width: 100%;
}

@media (min-resolution: 192dpi) {
	body {
		background-image: linear-gradient(to top, hsla(252, 50%, 50%, .5), transparent 40%), url("../images/aetherica-waves-combined-glow-cropped@2x.png");
	}
}
