a {
    text-decoration: none;
    color: #000;

    &:hover,
    &:focus {
        color: #b2b2b2;
    }

}
