.footer {
    position: fixed absolute;
    padding: 2px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#333;
    color: white;
    text-align: center;
 }