<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header
{
	font-family: "Century Gothic";
	font-size: 23pt;
	color: black;
	position: relative;
	top: 20px;
	text-align: center;
}

#container
{
	display: block;
	margin: auto;
}
 
#main
{
	text-align: center;
	color: #96B522;
	position: relative;
	top: 120px;
	font-family: "Tahoma";
	font-size: 58pt;
}

#footer
{
	font-family: "Century Gothic";
	font-size: 23pt ;
	color: black;
	position: relative;
	top: 200px;
	text-align: center;
}</pre></body></html>