body {
	font-family: sans-serif;
}

header, footer {
	text-align: center;
}
main {
	margin: auto;
	max-width: 960px;
}
p, li {
	line-height: 1.75;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 36pt;
}

.quote {
	font-style: italic;
	font-size: 14pt;
	margin-bottom: 2em;
}
.quote::before { content: "“ "; }
.quote::after { content: " ”"; }

footer {
	margin-top: 10em;
	font-size: 10pt;
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #0f1111;
		color: white;
	}
}
