img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90vh;
}

div {
    width: auto;
    height: auto;
    display: grid;
    place-content: center;
}
