body{
  font-family: sans-serif;
}

nav{
background-color: skyblue;
}
li{
display: inline;
padding: 10px;
}
