body, html {
	max-width: 800px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

pre {
	overflow-x: auto;
	font-size: 160pt;
	text-align: center;
}

@media (prefers-color-scheme: dark) {
	a, a:link, a:visited { color: #ffe489; }
	body, html { background-color: #1e1e1e; color: #39c4d1; }
	pre { background-color: #1e1e1e; color: #39c4d1; }
}
