.footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

body {
    padding-bottom: 60px;
}