body {
	background-image: url(images/initial-bg.jpg);
	background-size: cover;
}

h1 {
	text-align: center;
	color: white;
	font-size: 5em;
	text-transform: uppercase;
	background: black;
	border: 1px solid;
	letter-spacing: 5px;
	font-family: 'Alfa Slab One', cursive;
}

h2 {
	background: rgba(255, 255, 255, 0.6);
	width: 300px;
	text-align: center;
	font-size: 1.2em;
	border-radius: 3px;
	text-transform: uppercase;
}

img {
	width: 35px;
}

button {
	padding: 15px 30px;
	margin: 100px 200px 50px 200px;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px;
	color: white;
	border-radius: 3px;
	background: #ac2921;
}

p {
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	font-weight: bold;
	margin: 3px 0;
	padding: 5px;
	width: 300px;
	border-radius: 3px;
}

.display-none {
	display: none;
}

.display {
	display: block;
}

.margin-left {
	margin-left: 300px;
}
