body {
	background-color: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
	font-family: Roboto, Verdana, Sans-Serif;
}

a {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #006099;

}

h1 {
	font-size: 50px;
	font-weight: 900;
}

div#container {
	text-align: center;
}