ol.breadcrumb {
    padding: 80px;
    background: white;
    width: 100%;
    text-align: center;
}
li a {
    text-decoration: none;
    color: rgb(35, 25, 25);
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
    padding: 0 0.5rem;
  }
  
  .breadcrumb-item a {
    text-decoration: none;
    color: inherit;
  }
  
  .breadcrumb-item.active {
    color: #6c757d; /* You can change the color as needed */
  }
  