html, body {
	background: #A0A68E;
	height: 100%;
	margin: 0;
	font-family: Josefin Sans;
}

.content{
}

h1 {
	font-size: 60px;
	color: white;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-size: 26px;
	color: white;
	text-align: center;
	font-weight: normal;
}

p {
	margin: 2%;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: white;
}

a{
	text-decoration: none;
}