html, body {
    background: #398378;
    padding: 0px;
    margin: 0px;
}
.logo {
    margin-top: 50px;
    margin-bottom: 20px;
}
.text {
    margin: 0 auto;
    max-width: 850px;
    padding: 25px;
    margin-bottom: 50px;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
h1,h2,h3,h4,h5 {
    font-family: 'Bitter', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
p {
    font-family: 'Bitter', serif;
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
}
.text a:link {
	text-decoration: none;
	color: #000000;
	box-shadow: inset 0 -4px 0 #0be6af;
}
.text a:visited {
	text-decoration: none;
	color: #000000;
	box-shadow: inset 0 -4px 0 #0be6af;
}
.text a:hover {
	text-decoration: none;
	background-color: #0be6af;
}