<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.t-primary-bgcolor {
	background-color: #003377;
}

a {
	color: #03C;
}

.header-wrapper {
	background-color: #FFF;
	padding: 1.5rem;
	border-bottom: 5px solid #003377;
	margin-bottom: 20px;
}

.header__logo {
	width: 400px;
}

.main {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
</pre></body></html>