.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .sidebar-wrapper {
    margin-top: 100px;

  }
  .navbar-nav li.nav-item a.nav-link {
    color: white; /* Set the list item text color to white */
}
