body{
	background-color: #ffebee;
}

.nav-item:hover{
	border-bottom: 1px solid gray;
}
.nav-item:active{
	border-bottom: 1px solid gray;
}

.nav-item{
	margin-left:15%;
	margin-right:15%;
}

.navBorder{
	border-bottom: 1px solid black;
}

h2{
	margin-top: 5%;
	text-align: center;
	font-family: Titillium;
}


.pageForm{
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.loginButton{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}


.currentPage{
	color: #ffebee;
	border-bottom: 1px solid gray;
}