<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

main h1,
main h3,
main p {
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

main h1,
main h3 {
	padding-bottom: 10px;
}

main p {
	padding-bottom: 20px;
}</pre></body></html>