body {
    min-height: 100svh;
    align-content: center;
    background-color: #2d2d2d;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100svh;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}