@font-face {
	font-family: notoserif;
	src: url("notoserif.ttf");
}


html, body {
	margin: 0;
	padding: 0;
	min-height: 100vh;

	background-color: black;
	color: #ebebeb;

	font-size: 20px;
	font-family: notoserif;
	line-height: 1.4;
}


#banner {
	background: #303030EE;

	margin: 0 auto;
	padding: 1em;
	min-height: 100vh;
	max-width: 600px;

	box-sizing: border-box;
}


#bouncing-dvd-container {
	container-type: inline-size;
	height: 200px;
	position: relative;
	box-sizing: border-box;
	overflow: visible;
	border: 2px solid #666666;
}
#bouncing-dvd {
	font-size: calc(100cqw / 16);
	font-weight: bold;
	position: absolute;
	white-space: nowrap;
	line-height: 0px;
	padding-top: 2.5%;
	padding-bottom: 4.6%;
}


a:link, a:visited { text-decoration: none; }
a:hover { filter: brightness(150%); cursor: pointer; }
a:active { filter: brightness(75%); }

a[href^="/"]:link, a[href^="/"]:visited { color: #2f1cff; text-decoration: underline; }
a[href$="wolframite.cc"]:link, a[href$="wolframite.cc"]:visited { color: #ffa500; }
a[href*="github.com"]:link, a[href*="github.com"]:visited { color: #111111; font-weight: bold; }
a[href*="discord.com"]:link, a[href*="discord.com"]:visited { color: #7289da; }
a[href^="mailto"]:link, a[href^="mailto"]:visited { color: #d14836; }
