.moreGallery{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
}

.insideMoreGallery {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.galleryCard {
    height: 30rem;
    width: 35rem;
    margin: 4rem 1rem;
    border-radius: 1rem;
}

.galleryCard img{
    height: inherit;
    width: inherit;
    border-radius: 1rem;

}