
*{
	background-color: #000000;
	color: #A9A8A9;
	font-size: 2rem;
}

.centered{
	display: flex;
	justify-content: center;
}

.title{
	width: 80vw;
	margin: 4vw;
}

nav{
	display: flex;
	justify-content: center;
	border: 0.25rem;
	border-style: groove none;
	border-color: #ff7800;
}

a{
	color: #ff7800;
	text-decoration: none;
}

nav a{
	font-size: 2.2rem;
	margin: 0.7rem;
}

a:hover{
	color: #003874;
}

p{
	margin: 1.25rem;
}


footer p{
	color: #ff7800;
	text-align: center;
}