body {
	padding: 0;
	margin: 0;
	font-family: 'Special Elite', cursive;
}
p {
	font-family: 'Special Elite', cursive;
	font-size: 1.5em;
	margin-top: 40px;
	margin-left: 30%;
	margin-right: 30%;
	text-align: left;
	color: black;
}
#siteTitle {
	font-size: 2.5em;
	text-align: center;
	margin-top: 40px;
	color: dimgray;
}

nav {
	height: 200px;
	/*background-color: red;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-item {
	background-color: dimgray;
	padding: 0 30px;
	font-size: 1.2em;
	line-height: 3em;
	color: white;
	margin: 0 30px;
}
.nav-item1 {
	position: absolute;
	left: 75%;
	top: 30%;
	background-color: dimgray;
	padding: 0 30px;
	width: 200px;
	font-size: 1.2em;
	line-height: 3em;
	color: white;
	margin: 25% 30px;
	transform: translateX(-50%);
}
.nav-item2 {
	position: absolute;
	left: 75%;
	top: 30%;
	background-color: dimgray;
	padding: 0 30px;
	width: 200px;
	font-size: 1.2em;
	line-height: 3em;
	color: white;
	margin: 0% 30px;
}
.another{
	position: relative;
	margin: 0 auto;
	left: 0%;
}

a {
	text-decoration: none;
}

.nav-item:hover {
	color: white;
	background-color: peru;
}