/* Full row styling */
.site-footer__row--second {
    width: 100%;
    background: #000; /* dark background */
    border-top: 1px solid #fff; /* full width white border */
}

/* Center content */
.site-footer__row-inner-wrapper-left {
    width: 100%;
    text-align: center;
}

/* Text styling */
.site-footer-credits {
    color: #fff;
    margin: 5px 0;
}

/* Link styling */
.site-footer-credits a {
    color: #fff;
    text-decoration: underline;
}