.ps-footer {
    background-color: #0b1220; /* footer background */
}

.ps-footer,
.ps-footer .widget-title,
.ps-footer .widget_content,
.ps-footer .widget_content p,
.ps-footer .widget_content h3,
.ps-footer .widget_content a,
.ps-footer__copyright p,
.ps-footer__links p,
.ps-footer__links p a,
.ps-footer__links p strong {
    color: #ffffff; /* main text */
}

.ps-footer .widget_content a,
.ps-footer__links p a {
    color: rgba(255, 255, 255, 0.75); /* links a bit softer */
}

.ps-footer__links,
.ps-footer__copyright {
    border-top-color: rgba(255, 255, 255, 0.15); /* divider lines */
}