* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	color: #000000;
	background: #F3EEE3;
	font-family: 'Georgia', serif;
	font-size: 0.8em;
	text-align: center;
}

img.title {
	max-height: 140px;
	margin-bottom: 5px;
}

span.sub {
	color: #82572B;
	font-style: italic;
	margin-bottom: 5px;
}

a {
	color: #B51700;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}