.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width : 100%;
}
img{
    max-width: 20%;
}
body{
    display: block;
}
html{
    background-color:#111;
    color: #DDD;
}
ul{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    font-size: 3em;
    text-decoration: none;
    width: 100%;
    text-align: center;
    background-color: #111;
}
li a{
    width: 100%;
    color: #feee70;
    float: left;
    font-size: 5em;
}
