*{
  margin: 0;
  padding:0;
}

.nav{
  position: fixed;
  width: 100%;
  font-family: Georgia, serif;
  top:0;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: black;
}

li{
    display:inline-block;
    margin-right: -5px;
}

li a{
    display:block;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 16px 24px;
    text-decoration: none;
}

li a:hover{
    background-color: white;
    color: black;
}
