body {
	background-color: black;
	background-size: cover;
}

h1 {
	font-family: Pristina, Arial;
	font-weight: bold;
	font-size: 35pt;
	text-align: center;
	color: white;
}

h2 {
	font-family: Pristina, Arial;
	font-weight: bold;
	font-size: 25pt;
	text-align: center;
	color: white;
}

.relative {
	position: center;
	text-align: center;
	margin: 10px;
}

.navitem {
	display: inline block;
	width: 100px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	border: 2px solid green;
	border-radius: 5px;
	/*border: gray;
	background-color: white;
	color: black;
	font-weight: bold;
	*/
}

img {
	width: 850px;
	height: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
