html {
    background-color: black;
}

html, body {
    min-height: 100%;
}

img {
    display: block;
    width: 100%;
    margin: auto;
}

