body {
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
}

div {
	text-align: center;
	padding: 2em;
	max-width: 600px;
	margin: 0 auto;
}

h1, h3 {
	color: #333333;
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
	text-shadow: 0 0 15px #FFFFFF;
	text-transform: uppercase;
}

h3, p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	padding-bottom: 2em;
}

a {
	color: #FFFFFF;
}