html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    background-color: black;
}
img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
