body {font-size: 16px;
width: 950px;}

nav {padding: 10px;
background-color: #0000fb;
text-align: center;
color: white;
text-shadow:3px 3px 7px #111111;
}
    
    a:link {color: white;
    text-decoration: none;}

    a:visited {color: rgb(255, 255, 255);}

    a:active {
  color:white;}

    a:hover {
  color: rgb(255, 217, 0);
}

img {width: 300px;
padding: 10px;
display: block;
margin: auto;
}

li.one {
  margin-right: 30px;
}