* {
	background-color: #006740;
	color: black;
	text-decoration: none;
}

div#Navbar {
	/*background-color: black;*/
	width: auto;
	height: 64px;
}

div#Navbar a {
	text-decoration: none;
	font-size: 36px;
	/*background-color: black;*/
	color: #F92B19;
}

div#Navbar a:hover {
	color: #540000;
	font-size: 36px;
}

.center {
	margin: auto;
	width: 60%;
	padding: 10px;
	text-align: center;
	font-family: recherche,sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h3 {
	font-family: recherche,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: 50px;
}

p {
	font-size: 36pt;
	font-family: darkmode-on,sans-serif;
	font-weight: 400;
	font-style: normal;
}

a:hover {
	color: #540000;
}