.galleryPicture {
    background-color: rgba(25, 25, 25, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background-image: url("https://www.lonelyfencepost.com/felixgallery/newjan.jpg");
    height: 100%;
    margin: 1%;
    padding-bottom: 14px;
}

.galleryContainer {
    display: flex;
    background-color: rgba(255, 255, 255, 0);
    padding-bottom: 14px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
