.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width : 100%;
}
img{
    float: left;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    max-width: 20%;
    padding: 0;
    margin: 0;
}
body{
    display: block;
}
html{
    background-color:#111;
    color: #DDD;
}
.HeadshotContainer{
    width: 100%;
    float: left;
}
.HeadshotContainer h1, h2{
    float: left;
    width: 80%;
}