<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
	}

#over {
	position:absolute;
	width:100%;
	height:100%;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 75px -47px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 75px -47px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 75px -47px rgba(0,0,0,1);
	}

.centerer {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	}

.centered {
	width: 500px;
	max-width: 60%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	}

a {
	font-family: arial;
	color: #aaa;
	text-decoration: none;
	}

a:hover {
	color: #cd1c24;
	text-decoration: none;
	}

@media (max-width: 635px) {
	.contact-left,
	.contact-right {
		text-align: center;
	}
}

@media (min-width: 636px) {
	.contact-left {
		float: left;
	}
	.contact-right {
		float: right;
	}
}</pre></body></html>