html {
	background-color: #000;
	color: #fcfafc;
	font-family: monospace, monospace;
}

body {
	margin: 0;
}

div.overlay {
	background-color: #00000050;
	position: relative;
	z-index: 100;
	max-width: 100vw;
	min-height: 100vh;
	padding: 0;
}

li ul li {
	list-style-type: none;
}

.links {
	a, ul {
		margin: 0.15rem;
	}
	li ul {
		margin-left: 0.3rem;
		margin-top: 0.15rem;
	}
	a > li {
		margin-bottom: 0.25rem;
	}
	span {
		font-size: 166%;
		line-height: 1.1;
	}
}

header li {
	list-style-type: none;
}

header {
	display: flex;
	flex-direction:column;
	text-align: center;
}

header nav ul {
	display: flex;
	flex-direction: row;
	padding-left: 0;
	gap: 16px;
	justify-content: center;
}

main, header, footer {
	max-width: 666px;
	z-index: 100;
	padding: 2rem;
	text-shadow: 0 0 50px #000, 0 0 35px #000, 0 0 20px #000, 0 0 10px #000;
}

img {
	width: 100%;
	max-height: auto;
}

img.background {
	min-height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	object-fit: cover;
	user-select: none;
}

@media screen and (width <= 1532px) {}

img.teeny {
	width: 32px;
	display: inline-block;
	vertical-align: middle;
}

img.smol {
	max-width: 64px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

footer img {
	width: initial;
}

.buttons {
	display: flex;
	flex-direction: row;
	gap: 4px;
	flex-wrap: wrap;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #cfafcf;
}

a:hover, a:active {
	color: #fcfafc;
}

::selection {
	background-color: #cfafcf;
	color: #000;
	text-shadow: none;
}

hr {
	background-color: #2a2a2a70;
	height: 1px;
	border: 0;
	margin: 8px 0;
}

code {
	display: block;
	background-color: #13131340;
	color: #ccc;
	width: 100%;
	padding: 8px 12px 8px 12px;
	margin: 10px 0;
	margin-right: -12px;
	white-space: pre;
	overflow-x: scroll;
}

i {
	opacity: 0.5;
}
