nav{
	text-align: center;
}

nav ol{
	margin: 0;
	padding: 0;
}

nav list{
	display: center;
	justify-content: center;
	list-style: none;
	display: inline-block;
	width: 12.5%;
	min-width: 90px;
}

nav li:not(:last-child){
	border-right: 1px solid gray;
}

nav a{
	text-decoration: none;
	color: gray;
}