.gallery-wrapper {
    margin-left: 60px;
    gap: 10px 10px;
    display: block;
    justify-content: center;
    align-items: center;
}
#art-gallery .gallery-img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border: 2px solid #8c2074;
}

.gallerycontainer{
    background-color:#ececec;
    background-image: url("images/sparkles.png");
    border: 3px ridge #8c2074;
    background-repeat: repeat-x;
    background-size: space;
    overflow: auto;
}

.gallerytext{
    margin-left: 50px;
}

.galleryrow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.gallerycolumn {
    flex: 50%;
    padding: 0 4px;
}

.gallerycolumn img {
    margin-top: 8px;
}