/*
CSS for 2021 site
*/

body {
	font-family: Verdana, Arial, Calibri, Century Gothic, sans-serif;
	background-color: #000000;
}

h1 {
	font-weight: bold;
	font-size: xx-large;
}

h2 {
	font-size: medium;
}

#center {
	text-align: center;
}

.text-center {
	display: block;
	margin: auto;
	width: 50%;
	line-height: 40%;
	color: #E0EDDF
}

.navigation-center {
	display: block;
	margin: auto;
	width: 50%;
	padding: 25px;
}
	