a {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
text-decoration: underline;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}

.bg-menu {
  background-color: #FFFBEB;
}
