body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-image: url('/img/background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #332f25;
	font-family: acumin-pro-extra-condensed,sans-serif;
	font-weight: 800;
	font-style: italic;
}

h1 {
	color: #fff;
	font-size: 3em;
}

p {
	text-align: center;
}

a {
	margin: 0 auto;
	padding: 10px;
	text-decoration: none;
	font-size: 1.5em;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

.container {
	margin: 0 auto;
	height: 100%;
	text-align: center;
	max-width: 800px;
	padding: 0 40px;
}

.logo {
	padding-top: 10%;
	max-width: 70%;
}

.button {
	margin: 0 auto;
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	font-size: 3em;
	padding: 0 30px 10px 30px;
}
