.navbar {
    /* background-color: rgb(255 255 255 / 0%); */
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
  }
  .navbar-brand img {
    height: 85px;
  }
  .nav-link {
    font-weight: 500;
    color: #333;
  }
  .nav-link:hover {
    color: #006001;
  }