
nav{
text-align: center;
background-color: white;
width: 100%;
}
nav{
position: fixed;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav li{
list-style: none;
display: inline-block;
width: 10%;
min-width: 90px;
}
nav li:not(:last-child){
border-right:2px solid #ddd;
}
nav a{
font-size: 15px;
text-decoration: none;
color:#0D0544;
}
nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
nav a:hover{
    color: #4DAAF7;
    border-bottom: 2px solid #4DAAF7;
}

*{
	font-size: 20px;
	text-align: center;
	color:#0D0544;
}

.under {
  border-bottom: solid 3px #87CEFA;
}