body {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	background-color: black;
	color: LightGrey;
	text-align: justify;
	/* font-family: monospace; */
	font-size: 1.2em;
}

h1, h2, a {
    color: SeaGreen;
}

h1 {
	text-align: center;
	font-size: 2.5em;
}

#navbar {
	overflow: hidden;
	background-color: SeaGreen;
	color: #222;
	z-index: 99;
	position: relative;
	top: -30;
	left: 0;
	width: 100%;
	border-radius: 0.25em;
}

#navbar a:hover {
	background-color: LightGrey;
	color: black;
}

/* Navbar links */
#navbar a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 14px;
	text-decoration: none;
	font-weight: bold;
}
