footer {
    background: #0d3b66;
    color: rgba(255, 255, 255, 0.82);
}

footer a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}