footer {
    background: linear-gradient(to right, #00629b 0%, #004171 100%);
    color: var(--white);
    padding: 0.75em;
}

.footer-links {
    padding-top: 1em;
    text-transform: uppercase;
}

.footer-links a {
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
    font-size: 1.25rem;
    padding: 0 1rem;
}


.footer-links a:hover {
    color: #d5e2f0;
    transition: color 0.2s ease-in-out;
  }

.copyright-info {
    text-align: center;
    font-size: 0.75rem;
}