.gallery{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.galleryImage{
    width: 50%;
    height: 50%;
    margin: 5px;
}