<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:740px) {
	html {
		width:100%;
		height:100%;
	}
	body {
		display:flex;
		flex-direction:column;
		width:100%;
		height:100%;
	}
}
@media screen and (min-width:740px) {
	html {
		width:100%;
		height:100%;
	}
	body {
		width:100%;
		height:100%;
	}
}
@media print {
	aside {
		display:none;
	}
}</pre></body></html>