<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { font-size: 18px;}

body { 
	max-width: 1024px;
	width: 80vw; 
	min-width: 800px;
	box-shadow: 0 0 10px rgba(0,0,0, 0.3); 
	margin: auto;
}

h2 {
	text-decoration: underline;
	font-size: 1.6rem;
}
</pre></body></html>