footer  {
    display: flex;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    padding: 10px 0;    
   
    font-size: 14px;
    position: absolute;
    top: 100%;
}  