/* = General
----------------------------------------------------------------------------- */

html {
	font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Tahoma', 'Verdana', sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
	background: #E6EDD2;
}

div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

div img {
	width: 95%;
	max-width: 450px;
	margin: 0 auto 2rem auto;
	height: auto;
}

div h2,
div h3 {
	font-size: 1rem;
}

div a {
	border: 3px white solid;
	padding: .5rem 1rem;
	color: #fff;
	display: inline-block;
	margin-top: 2rem;
	background: #8ab314;
	text-decoration: none;
}