<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Open Sans', sans-serif;
	width:620px;
}

.container{
	width:620px;
	margin-right:auto; 
	margin-left:auto;
}

h1{
	font-family:oswald_bold;
	text-align:center;
	color: white;
	background-color: #007a47;
	height: 60px;
	line-height:60px;
}

h2{
	text-decoration: underline;
	font-size:24px;
	color: #007a47;
}

ul{
	list-style-type:none
}

li{
	font-size:18px;
}</pre></body></html>