body {
	margin: 0;
	padding: 0;
	font-family: "Headland One", serif;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	color: white;
	background-color: black;
}

h2, h3, p {
	font-family: "Open Sans", serif;
	font-weight: normal;
}

h1 {
	margin: 200px 0 100px 0;
	font-size: 62px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	margin: 50px 0 20px 0;
}

h3 {
	margin-top: 150px;
}

p {
	margin-bottom: 80px;
}

a#main {
	line-height: 240px;
	font-size: 46px;
}

a {
	text-decoration: none;
	color: #7292ff;
	line-height: 35px;
	margin: 10px 0;
}

a:visited {
	color: #7292ff;
}

a:hover {
	color: #44c279;
}

