.liked-names-list div:hover {
    cursor: pointer;
    /*text-decoration: underline;*/
}

.liked-names-list li {
    /*background: url('images/fav.png') no-repeat 7px 7px;*/
    /*background-size: 20px;*/
    list-style: none;
    padding-left: 10px;
    cursor: pointer;
    line-height: 2;
}

#liked-names-count {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
    background: url(images/heart.png) no-repeat;
    /*background-repeat: no-repeat;*/
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}