footer {
    position: fixed;
    bottom: 0;
    left: 0; 
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    font-size: 14px;
}