a {
    transition: all 0.2s ease-in-out
}
a:hover {
    color: #008000 !important;
}