.footer {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 1.5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
    color: white;
    font-size: 1.2rem;
}