.text-small {
font-size: 0.9rem;
}

a {
color: inherit;
text-decoration: none;
transition: all 0.3s;
}

a:hover, a:focus {
text-decoration: none;
}

footer {
background: var(--footer) !important;
margin-top: 5vh;
    font-size: 110%;
}

footer .container-fluid {
    width: 80vw;
}
    