img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    /* max-height: fit-content; */
    /* max-height: max-content; */
    /* max-height: min-content; */

}

#projectGallery {
    height: 30%;
    width: 100%;
}