<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: rgb(255,255,255);
	text-decoration: underline;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgb(2,30,63);
}
#footer {
	font-family: "Source Sands Pro", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: rgb(255,255,255);
	text-align: center;
	background-image: url(../images/adcade_footer_bg.png);
	padding-top: 15px;
	margin: 0px;
}
#page-wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/adcade_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgb(2,30,63);
}
#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
}
#learn-more-box {
	height: 91px;
	width: 285px;
	position: absolute;
	left: 620px;
	top: 550px;
}
</pre></body></html>