@font-face {
	font-family: "Lato";
	src: local("Lato-Light"), url("latolight.woff2") format("woff2");
}

body {
	background-color: #EEE;
	max-width: 1024px;
	margin: auto;
	font-family: "Lato";
	font-weight: 400;
	font-size: 120%;
}

header img {
	width: 500px;
}

header, footer {
	text-align: center;
	margin: 70px;
}

footer {
	font-size: 90%;
}

a {
	color: #c62828;
}

a:visited {
	color: #941f1f;
}