.link_hover:hover{
    color: white!important;
    transition: 0.2s;
}
.link_hover:not(:hover){
    transition: 0.2s!important;
}