body {
	height = 100%;
	max-width: 60rem;
	margin: 0 auto;
	padding: 1.25rem;
	font-family: arial, verdana, sans-serif;
}

.header {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}

.text-left {
	text-justify: left;
	width: auto;
	overflow: auto;
}

.text-right {
	text-justify: right;
	width: auto;
	overflow: auto;
}

.image-right {
	justify-content: right;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.image-left {
	justify-content: left;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 0.875rem 1rem;
	text-decoration: none;
}

li a:hover {
	background-color: #111;
}

.contact-email {
	position: relative;
	top: 0.375rem;
}
