html, body {
	height: 100%;
	margin: 0;
	font-family: 'Source Sans 3', sans-serif;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	background-color: #EDECE8;
}

.centered-text {
	max-width: 80%;
	padding: 20px;
	font-size: 42px;
	color: #1E1E1E;
}

.centered-text em {
	color: #688C3E;
}

h1 {
	color: #000;
	font-size: 42px;
}

a:link {
	border-bottom: 5px solid #1E1E1E;
	color: #000;
	text-decoration: none;
}

a:active {
	border-bottom: 5px solid #688C3E;
	color: #000;
	text-decoration: none;
}

a:visited {
	border-bottom: 5px solid #1E1E1E;
	color: #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 5px solid #688C3E;
	color: #000;
	text-decoration: none;
}