.header-link a {
    font-size: 0.8rem;
    transition: opacity 0.25s;
}

.header-link a:hover {
    opacity: .7;
}