
  body{
    font-family: "Arial Narrow","Helvatica Condensed","Myriad Pro Condensed", sans-serif;
  }

nav{
  background-color:white;
  padding: 10px 0px;
}

nav a {

  color: blue;
  text-decoration: none;
}
.active{
  text-decoration-color:underline;
}