.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;

}