/* Link color */
a {
  color: #ebb554;
}

/* Hover effect */
a:hover {
  color: #F00F0F;
}