/* --- FOOTER --- */
.main-footer-tech {
    background-color: var(--tech-brown);
    padding: 30px 0;
    border-top: 5px solid var(--tech-brown);
    text-align: center;
}

.footer-links-tech a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 0 15px;
}