.contact-link {
  color: #7b3414;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: #8f0000; 
}
