.change-color-hover{
    transition: color 0.4s ease;
}

.change-color-hover:hover{
    color: #bcaf10;
}