/* nav.css */

#navbar {
  transition: background-color 0.3s ease;
}

#navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
