.site-footer {
    padding: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    width: 100%;
}

.site-footer a {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #000;
} 