<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Chiller, "Comic Sans MS", sans-serif;
	background-color: #0000FF;
	color: #FFFFFF;
	cursor: crosshair;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
h2 {
	text-align: center;
	border-bottom-style: double;
	border-bottom-color: white;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
p {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
</pre></body></html>