body {
	font-family: monospace;
	margin-inline: auto;
	max-width: 51ch;
	padding: 0 1em;
}

h1 { text-align: center; }

hr {
	border: 0.5px solid black;
	border-radius: 1em;
}

img { border-radius: 0.1em; }

.avatar {
	height: 160px;
	display: block;
	margin-inline: auto;
}

.badge { height: 30px; }

footer {
	display: grid;
	justify-content: space-evenly;
}

@media (prefers-color-scheme: dark) {
	:root { color-scheme: dark; }

	body {
		background-color: black;
		color: white;
	}

	hr { border-color: white; }

	a { color: #56c8ff; }
}
