:root { --credits: "lemocha 2024"; }
body
{
	color: white; background-color: rgb(8, 8, 8);
	font-family: Arial, sans-serif;

	user-select: none;
	image-rendering: pixelated;
}
header:nth-of-type(3) { margin-top: 20px; }
a
{
	color: #4dbcff;
	text-decoration: none;
}
img
{
	position: relative;
	width: 20px; height: 20px;
	margin-top: 2px;
	top: 5px;
}



/* === FOOTER === */
.footer
{
	display: flex;
	position: absolute;
	width: 100%; height: 100%;
	left: 0; top: -2px;

	align-items: flex-end;
	border-bottom: 2px solid white;
	pointer-events: none;
}
.footer img
{
	width: 94px; height: 32px;
	margin: 0 8px 5px 8px;
}
.footer::after { content: var(--credits); }



/* lemocha - lemocha7.github.io */
