body {
    margin: 0;
}

div.flex__image {
    display: flex;
    justify-content: center;
}

div.flex__image img {
    max-width: 100%;
    max-height: 95vh;
}

