.container P {
	text-align: center;
	line-height: 1.5em;

.container {
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}
A, .nav A:VISITED, .footer A:VISITED {
	color: #56d;
}
A:HOVER {
	text-decoration: underline;
}
A:VISITED {
	color: #55a;
}
BODY {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
}
@media (prefers-color-scheme: dark) {
	BODY {
		background: #123;
		color: #aef;
	}
}