body {
	color: white;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-site: 100%;
	background: #121212;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.content {
	margin: 50px auto;
	text-align: center;
}

.content img {
	margin-bottom: 3.75em; /* 60/16 */
	width: 800px;
	height: auto;
}

.content h1 {
	margin: 0 10px;
	font-size: 2.5em;
	margin-bottom: 0em; /* 15/16 */
}

.content h2 {
	margin: 0 10px;
	margin-bottom: 4.3125em; /* 85/16 */
}

.btn {
	color: #93c83e;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 900;
	padding: 0.7em 2em;
	border: 1.5px solid #93c83e;
}

.btn:hover,
.btn:focus {
	color: #5b8ecb;
	border: 1.5px solid #5b8ecb;
}


@media ( max-width: 1000px ) {
	body {
		font-size: 80%;
	}

	.content img {
		width: 80%;
	}	
}

@media ( max-width: 600px ) {
	body {
		font-size: 60%;
	}

}