.activeRoute {
  font-weight: bold;
  text-decoration: underline;
}

a {
  transition: ease .3s;
}

a:hover {
  opacity: .4;
}
