body{
    width: auto;
    max-width: none;
}

p{
    max-width: 60ch;
    justify-self: center;
}

.image_row{
    display: block;
}

.image_row img{
    display: inline-block;
    min-height: 15rem;
    max-height: 15rem;
    /* min-height: none;
    max-height: none;*/
    min-width: none;
    max-width: calc(100vw - 3rem);
    object-fit: contain;
}

@media screen and (max-width: 400px){
    .image_row img{
        margin-inline: 0;
        /* height: 12rem; */
    }
}