 body {
   /* padding-top: 56px; */
    background: #d5eae4;
  }

  .breadcrumb{
        background: #343a40!important;
    color: white;
  }


.breadcrumb-item a {
    color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: white;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}