nav{
background-color: rgb(0, 0, 0);
height: 6em;
align-items: center;
justify-content: space-around;
display: flex;
}

nav{
color: #eee;
font: size 1.2pc;
text-transform: uppercase;
text-decoration: none;
}