.footer-txt p {
    font-size: 14px;
    line-height: 2em;
}

.footer-txt a {
    color: var(--project-light) !important;
    text-decoration: underline !important;
}

.footer-txt a:hover {
    color: var(--project-light-2) !important;
}