footer {
    background-color: #000000; /* Black background */
  
}

footer a {
    color: #000000; /* Gold color for links */
    text-decoration: none; /* Remove underline from links */
}

footer a:hover {
    text-decoration: underline; /* Add underline on hover */
}