footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background: var(--background-color);
    border-top: 3px solid var(--primary-color);
}

footer img {
    max-width: 25px;
}

/* Custom footer styles if needed */