body {
    font-size: 15px;
    color: #333;
    background: #fbfbfb;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    ont-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #000;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #000;
}

/* Styles for the gallery */



.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
}

.tz-gallery .caption{
    padding: 15px 10px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    
    
}

.tz-gallery .caption p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}