html {
	font-size: 10px;
	background: #003E4C;
}
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Din-Regular", "Segoe UI", arial, sans-serif;
}
.inner {
	max-width: 992px;
	margin: 0 auto;
	padding: 0 20px;
}
a {
	text-decoration: none;
}
.signature {
	text-align: right;
}

header {
	border-bottom: 1px solid #003E4C;
	background: repeating-linear-gradient(-45deg, #eee, #fff 2.5px, #eee 5px);
	color: #003E4C;
	padding: 10px 0;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header img.logo {
	height: 4rem;
}
header h2 {
	text-transform: uppercase;
	font-size: 1.4rem;
	text-align: right;
}

main {
	background: white;
	padding: 40px 0;
}
h1 {
	text-transform: uppercase;
	font-size: 2.5rem;
	background: #00596D;
	box-shadow: 5px 5px 0 #003E4C;
	padding: 15px 30px;
	color: white;
	margin-bottom: 30px;
	text-align: center;
}
main p {
	color: #003E4C;
	font-size: 2rem;
	margin-bottom: 2rem;
}
footer {
	padding: 30px 0;
	color: white;
	font-size: 1.8rem;
	text-align: center;
}
address {
	font-style: normal;
}