footer{
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;

}