div {
    display: flex;
    height: 90vh;
    justify-content: center;
    align-items: center;
}

img {
    max-height: 600px;
    max-width: 90vw;
}