.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #efeded;
    border: 1px solid rgba(119,136,153,0.1);
    text-align: center;
}
