.vh-footer-text {
  color: white;
  font-family: 'Manrope', sans-serif;
  text-decoration: none;
  transition: color 0.3s ease;
}

.vh-footer-text:hover {
  color: #C97B4A;
}