.gallery {
    display: flex;
    justify-content: center;
}

.gallery-item {
    margin-right: 10px;
}

.gallery-image {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
