#footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #6c757d; 
}