.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .9rem;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
}