.stars {
    display: flex;
}

.stars__star {
    margin-right: 5px;
    font-size: 18px;
}

.stars__star_hovered {
    color: yellow;
    cursor: pointer;
}

.avatar-default {
    background: url(./avatar-default.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 4px;
    position: relative;
    font-size: 29px;
    top: 0;
    background-repeat: no-repeat;
}

textarea {
    min-height: 250px !important;
}