<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url("./blue.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

#main {
	background-color:rgba(255, 255, 255, 0.7);
	width: 75%;
	margin: 0 auto;
	margin-top: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: #cccccc;
	border-radius: 25px;
	padding: 10px 20px 10px 20px;
} 

h1 {
	font-size: 40px;
} 

h2 {
	font-size: 20px;
} 
</pre></body></html>