html {height: 100%;
    background-color: black;}
img {position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;}
p {text-align: center;
    color: #FFFFFF}