.nav-link.active {
  font-weight: 600;
}

.nav-link:hover, .nav-link:focus {
  background-color: rgba(196,227,250,0.5);
  border-radius: 32px;
}

.info-link:hover, .info-link:focus {
  color: rgba(0, 50, 150, 0.80);
}

a {
}

