footer {
    background-color: #DA932B;
}

.footer-link {
    transition: all 0.2s ease;
}

.footer-link:hover {
    text-decoration: underline;
    opacity: 0.85;
}
