 .gallery-container {
      margin-top: 20px;
    }

.btn-group {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.filter-button {
    margin: 0 5px;
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.filter-button.active {
    background-color: #ff7f47;
}

.gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gallery-item img {
    margin: 10px 5px;
    padding: 0px 10px;
    width: 370px;
    height: 228px;
    object-fit: cover;
}
