.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .navbar-blue {
    background-color: #007bff;
  }