nav a {
    background-color: transparent;
    text-decoration: none;
    color: #8a1744;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #8a1744;
}
.footer {
    position: relative;
    background-color: #8a1744;
    width: 100%;
    margin: 0;
    padding: 0;
      color: white;
}
.footer a {  
  text-decoration:none;
  color: #f7e5d5;
}
