.favorite{
    background-color: red;
}
.favorite i{
    color: #f2f2f2;
}
.favorite:hover{
    background-color: #ff6600;
}