body a {
  color: inherit;
  opacity: 1;
  transition: .5s;
}

body a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .75;
  transition: .5s;
}

