a {
    color: #333;
    font-weight: 500;
    transition: 0.2s;
    text-decoration: underline;
}

a:active,a:hover {
    outline:0;
    transition: 0.2s;
    color: #007dab;
}