<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body
{
	height: 100%;
}

body
{
	font: 13px Tahoma, Arial, sans-serif;
	text-align: center;
}

section
{
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	text-align: left;
	box-shadow: 0 0 50px 15px #ccc;
	border-radius: 5px;
}

body:after
{
	display: inline-block;
	height: 50%;
	content: '';
}

header
{
	height: 73px;
	background-color: #0D72BA;
	padding: 35px 0 0 20px;
	border-radius: 5px 5px 0 0;
}

section &gt; div
{
	background-color: #f5f5f5;
	padding: 20px;
	border: 1px solid #000;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.homepage-logo {
	color: #fff;
	text-decoration: none;
	font-size: 2em;
	margin-top: 7px;
	display: block;
}

.homepage-logo img {
	vertical-align: middle;
	margin-top: -4px;
}

.homepage-logo div {
	display: inline-block;
}

h1
{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #0D72BA;
}

p
{
	margin: 0;
}

@media (max-width: 800px) {
	section {
		width: 80%;
	}
	.homepage-logo {
		font-size: 1.5em;
	}
}</pre></body></html>