
footer {
    background: var(--avinya-blue-dark);
    color: #fff;
    padding: 3rem;
    text-align: center;
}

footer div {
    max-width: 1200px;
    margin: 0 auto;
}

footer h3 {
    margin-bottom: 1rem;
    color: var(--avinya-orange);
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: var(--avinya-orange);
}