body {
    margin: 0;
    background: black;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* keeps aspect ratio */
img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
}