/* This place is a mess. */

body {
	background-color: cornsilk;
	font-family: "Georgia", serif;
}

a {
	color: indigo;
	text-decoration-line: none;
}

code {
	color: #cb4b16;
	font-size: 14px
}

h1 {
	color: purple;
	text-align: center;
}

h2 {
	color: purple;
	text-align: center;
}

h3 {
	color: darkviolet;
	text-align: center;
}

h4 {
	color: darkviolet;
	text-align: center;
}

img.solitude {
	border-radius: 50%;
	border: 2px solid black;
	width: 32%;
	margin-right: 24px;
	float: left;
}

a:hover {
	color: darkgreen;
}

#title {
	margin-bottom: 3px;
	font-size: 32px;
	font-weight: bold;
}

#map {
	margin: auto;
	min-width: 700px;
	font-size: 20px;
	margin-bottom: 24px;
	font-weight: bold;
}

td {
	min-width: 140px;
}

main {
	margin: auto;
	max-width: 1000px;
	text-align: center;
}

article {
	text-align: justify;
	font-size: 20px;
}

footer {
	margin: auto;
	margin-top: 20px;
	max-width: 1000px;
	text-align: center;
}

#love {
	margin-bottom: 0px;
}

#donation {
	margin-top: 0px;
	margin-bottom: 0px;
}

#rss {
	margin-top: 3px;
	margin-bottom: 0px;
}
