<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SVG styling */
svg {
	width: 840px;
	height: 600px;
	font-family: helvetica, sans-serif;
}

path, line {
	stroke: #777;
}

</pre></body></html>