html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}

img {
    max-width: 100%;
    max-height: 100%;
}
