
body {
  background-color: #f0fdf4;
  color: #1b4332;
}
.navbar {
  background-color: #2e7d32 !important;
}
.navbar-brand,
.nav-link {
  color: #e8f5e9 !important;
}
.nav-link:hover {
  color: #c8e6c9 !important;
}
h1 {
  color: #2e7d32;
}
.container {
  padding-top: 2rem;
}

.nav-link.active {
  color: #000099 !important; /* or another light shade with good contrast */
  font-weight: 300;
}

.nav-link.active:hover {
  color: #0000ff !important;
}

