/* ===== FOOTER ===== */
footer {
    font-size: var(--text-xs);
    text-align: left;
    text-align: center;
    color: var(--light);
}


footer a{
   border-bottom: none;

}

footer a:hover {
    opacity: 0.6;
    border-bottom: none;

}

.illu{
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-top: 2rem;
}