nav a{
  text-decoration: none;
  color: black;
  font-family: 'Quicksand', sans-serif;
}

a:hover{
  color: grey;
}