body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	background-color: #003566;
	color: #a3ff33;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 1;
}

h1 {
	font-size: 76px;
	text-align: center;
}
h2 {
	font-size: 47px;
	text-align: center;
}
h3 {
	font-size: 29px;
}

footer {
	flex-shrink: 0;
	padding: 100px 32px;
	height: 100px;
}
