html body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F4EBE8;
	color: #6A3E37;
}

@media screen and (min-width: 800px) {
	.centerWrapper {
		width: 70%;
		max-width: 800px;
	}
}

.centerWrapper {
	margin: auto;
	padding: 0em 1em 0em 1em;
	;
}

h1 {
	font-family: "florida_vibesregular";
	font-size: 4em;
	text-align: center;
}

.contentArea {
	font-family: Verdana, sans-serif;
}

.date {
	font-size: 0.6em;
	color: #3993DD;
	font-family: Monospace;
	padding-left: 1em;
}

.content {
	text-align: justify;
}

.imageGrid {
	display: flex;
	flex-wrap: wrap;
	min-height: 360px;
}

@media screen and (min-width: 800px) {
	.imageGrid span {
		width: 25%;
		aspect-ratio: 1 / 1;
	}
}

.imageGrid span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.imageGrid span img {
	max-width: 100%;
	max-height: 100%;
}

.nav {
	padding-top: 1em;
	font-size: 0.75em;
}

.prev {
	float: left;
}

.next {
	float: right;
}

a {
	color: black;
}

a:hover {
	color: lightgray;
}

a:visited {
	color: gray;
}

.footer {
	margin-top: 3em;
	border-top: black;
	border-top-style: solid;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}

.signature {
	font-size: 0.8em;
	color: #3993DD;
	text-align: center;
}