.site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    padding: 10px 0;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
    z-index: 1000;
}

.site-footer .footer-link {
    text-decoration: none;
    color: inherit;
}