<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
	padding: 40px;
	min-height: 30px;
	border-top: 1px solid#fff;
}
footer p {
	color: #Ffffff;
	padding: 0;
	margin: 0;
	text-align: center;
}
footer a {
	color: #Ffffff;
	border-bottom: 0;
}
.footer-logo {
	width: 100%;
	text-align: center;
}
.footer-logo img {
	width: 125px;
	height: auto;
}
.footer-content {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	margin-top: 40px;
}
.footer-content-border {
	border-right: 1px solid #333;
}
.footer-content &gt; div {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: left;
	justify-content: left;
	padding: 40px;
}</pre></body></html>