body {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}
body img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}