@keyframes select{
    0%{
        background:#ffffff;
    }
}
@-webkit-keyframes select{
    0%{
        background:#ffffff;
    }
}
.dealers__name:target, .dealers__info:target {
    animation:select 1s linear;
    -webkit-animation:select 1s linear;
    background: #ffc510;
}


.dealers__phone,
.dealers__mail,
.dealers__info a {
border-bottom: 2px solid #ffc510;
width: fit-content;
}