
body {
  font-family: 'Inter', sans-serif; 
  background-color: #B3E0FF;
}

.nav-link {
    color: #4A5568; padding-bottom: 0.5rem; margin-bottom: -1px;
    transition-property: color; transition-duration: 200ms;
}

.nav-link:hover {
  color: #4b2859;
}

.nav-link.active {
    color: #4b2859;
    border-bottom-width: 2px;
    border-color: #4b2859;
}