/* === STYLES === */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

/* === NAV INFO === */

nav {
	z-index: +1;
	background: #eee;
	color: #000;
	padding: 10px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 3px solid #ccc;
}

nav p {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	font-weight: normal;
}

nav a:link {
	color: #000;
	text-decoration: none;
}

nav a:visited {
	color: #000;
	text-decoration: none;
}

nav a:hover {
	color: #000;
	background: #fed909;
	text-decoration: underline;
}

nav a:active {
	color: #fff;
}

header {
	margin-top: 20px;
}

article p {
	font-family: 'EB Garamond', sans-serif;
	font-size: 22px;
	color: #000;
	line-height: 1.6;
}

article p a:link {
	color: #000;
}

article p a:hover {
	background: #fed909;
	color: #000;
	text-decoration: underline;
}

article p a:visited {
	color: #000;
}

article p a:active {
	color: #000;
}

#message p {
	text-align: left;
	padding: 20px;
}

#message li {
	text-align: left;
	font-family: 'EB Garamond', sans-serif;
	font-size: 22px;
	color: #000;
	line-height: 1.6;
	margin-left: 35px;
}

footer {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

footer p {
	text-align: center;
	font-family: 'verdana', sans-serif;
	font-size: 11px;
	color: #000;
}

footer a {
	color: #000;
}