nav {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
font-size: 1.2em;
font-weight:800;
background: #aaf;
height: 10vh;
display:flex;
justify-content:space-around;
align-items:center;
}
.inline {
display: inline-block;
margin: 8px;