@charset "utf-8";
/* CSS Document */
body, html{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #9a8358;
}

.herotxt{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a{
	text-decoration: none;
	color: #e3e0d3;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 48px;
}

