body {
	font-family: "Open Sans";
	font-weight: 300;
	color: #491b00;
}

h1 {
	font-size: 45px;
	font-weight: 300;
	margin: 0;
}

p {
	margin: 0;
}

header {
	text-align: center;
	margin-top: 40px;
}

main {
	margin-top: 200px;
	text-align: center;
}

footer {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
}
