html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #f6f3ec;
	color: #2e3a2f;
	font-family: Georgia, 'Times New Roman', serif;
	text-align: center;
}

.card {
	max-width: 34em;
	padding: 3em 2em;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.04em;
	margin: 0 0 0.75em 0;
}

.rule {
	border: none;
	border-top: 1px solid #9aa78f;
	width: 8em;
	margin: 0 auto 2em auto;
}

.message {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

.signoff {
	font-size: 1.05em;
	line-height: 1.5;
	margin: 0 0 2em 0;
}

.contact {
	font-size: 1em;
	margin: 0 0 3em 0;
}

.contact a {
	color: #4a6650;
	text-decoration: none;
	border-bottom: 1px dotted #9aa78f;
}

.footer {
	font-size: 0.8em;
	color: #7d8577;
	margin: 0;
}
