.site-footer {
    background: #1aa37a;
    color: #fff;
    text-align: center;
    padding: 28px 16px;
    margin-top: 48px;
    font-size: 0.95rem;
}

.site-footer a {
    color: #ffe68f;
    font-weight: 700;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer__credits {
    margin-top: 8px;
    font-size: 0.9rem;
    opacity: 0.9;
}