* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, serif;	
	font-size: 20px;
}

::selection {
	background-color: #53B434;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Courier New', Courier, monospace;
	line-height: 1.5em;
	margin-bottom: 1em;
}

p {
	line-height: 1.75em;
	margin-bottom: 1.25em;
}

ul, ol {
	margin-bottom: 1.25em;
	padding-inline-start: 40px;
}

ul li, ol li {
	margin-bottom: 0.5em;
}

hr {
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1.5em 0;
}

a {
	color: #30671e;
	text-decoration: none;
}

header.logo {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	background-color: #053003;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

header.logo h1 {
	line-height: 1em;
	font-size: 1em;
	margin-bottom: 0;
	font-weight: normal;
}

header.logo img {
	height: 1em;
}

header.logo div.content {
	display: flex;
	align-items: start;
	gap: 0.75em;
}

div.content {
	max-width: 768px;
	margin: 0 auto;
}

div.bio {
	display: flex;
	gap: 1.5em;
}

div.bio img {
	width: 100%;
	border-radius: 50%;
}

@media (max-width: 800px) {
	div.content {
		padding: 1em;
	}
}

div.cta {
	text-align: center;
}

a.cta-button {
	display: inline-block;
	background-color: #30671e;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
}

a.cta-button:hover {
	opacity: 0.9;
}

img.image-on-the-right {
	float: right;
	margin: 1em 0 1em 1em;
	width: 200px;
}
