/* ============================
   FOOTER
   ============================ */
.site-footer {
    text-align: center;
    padding: 1.25rem 1rem;
    margin-top: 3rem;

    background: linear-gradient(
        to bottom right,
        rgb(4, 47, 46),
        rgb(6, 78, 59)
    );

    border-top: 1px solid rgba(255,255,255,0.1);
}

.site-footer-text {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}
