.bg-star {
    height: 40px;
    background: url(img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-star_filled {
    height: 40px;
    background: url(img/star-filled.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.favorites {
    text-align: center;
}

.favorites__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 35px;
    padding-top: 5px;
}

.favorites__button {
    font-size: 18px;
    padding-left: 45px;
    font-weight: normal;
    color: blue;
    text-decoration: underline;
}

.favorites__button:focus {
    border: none;
    outline: none;
}