.site-footer{
    border-top:1px solid var(--border);

    padding:32px 0;

    color:var(--muted);

    text-align:center;

    font-size:14px;
}

.site-footer p{
    margin:0;
}