body {
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

body > img {
    max-width: 100%;
    max-height: 90vh;
}