body {
	margin: auto auto;
	max-width: 854px;
	background: #ddd;
	color: #222;
}
a::before {
	font-family: monospace;
	content: "=>  ";
}
blockquote {
	font-style: italic;
}
@media(prefers-color-scheme:dark) {
	body {
		color: #ddd;
		background: #222;
	}
}
