.image-gallery {
    margin-top: 25px;
}
.image-gallery div {
    background-color: rgb(244, 243, 245);
    border-radius: 8px;
}
.image-gallery img {
    max-width: 140px;
    max-height: 140px;
    margin: 5px 15px 5px 5px;
    border-radius: 8px;
    float: left;
}
.image-gallery h2 {
    font-size: 1rem;
    padding-top: 20px;
}
.paginator {
    margin-top: 20px;
}

.tba-btn {
    float: right;
}

.sticky-header {
    position: -webkit-sticky; /* Support for Safari */
    position: sticky;
    top: 0;
    background-color: #ffffff; /* Match your page background to hide scrolling text behind it */
    z-index: 1000; /* Keeps the header on top of the gallery images */
    padding-bottom: 15px; /* Adds space before the gallery starts */
}
