.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width : 100%;
}
img{
    max-width: 20%;
}
body{
    display: block;
}
html{
    background-color:#111;
    color: #DDD;
}