img {
    max-width: 100%;
    max-height: 100%;
}

body {
    background-color: rgb(255, 233, 140);
    
}

/* The Title text */
h1
{
    color: rgb(255, 28, 65);
    -webkit-text-stroke: 1px black;
    /* text-shadow: rgb(57, 0, 115); */
    font-size: 160px;
}


html,body,#container {
    height:100%;
}
#container {
    width:100%;
    position:relative;
}
#container > img {
    max-width: 100 %; /* real image width */
    max-height: 100%;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    margin:auto;
}