html {
  scroll-behavior: smooth;
}


/* Hover effect when navbar is dark (default) */
.navbar-dark .nav-link:hover {
background-color: white;
color: #23441E;
}

/* Hover effect when navbar is light */
.navbar-light .nav-link:hover {
background-color: #23441E;
color: white;
}
