
.fnt-geo {
  font-family: "Geologica", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0,
    "SHRP" 0;
}


body {
	margin: 0;
	background-color: #e4ede8;
	color: #466d48;
}
.container {
	min-height: 100vh;
	display: flex;
}
.content {
	margin: auto;
	width: 100%;
    max-width: 800px;
	text-align: center;
}
.content > img {
    margin-bottom: -14%;
    margin-top: -6%;
}
a {
	text-decoration: none;
	color: #82a584;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 5vw;
}
h2 {
	font-size: 3vw;
}
@media only screen and (min-width: 800px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 520px) {
	h2 {
		font-size: 16px;
		margin: 0 1em;
	}
}