#credit {
    span, a {
        opacity: 0.65;
        transition: opacity 0.2s ease;
    }
    a {
        text-underline-offset: 3px;
        &:hover {
            opacity: 1;
        }
    }
}