body, html {
    height: 100%;
    margin: 0;
    background-color: black;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}