/* FOOTER */
.footer {
    background: var(--primary-dark);
    color: #fff;
    padding: 30px 16px;
    text-align: center; /* center text */
}

.footer-text {
    font-size: 1rem;
    line-height: 1.5;
}
