
.gallery {
    column-count: 4;
    column-gap: 5px;
}

.gallery img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

/*scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 7px;
}
