html, body { font-family: arial, sans-serif; }

#demo {

}

.studio-review-container {

}

.pRow {
    display: flex;

}
.pName {
    color: #737373;
}
.pPrice {
    color: #bb1515;
    font-size: 20px;
}
.pReview {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #3c5ac7;
}
.pStar {
    display: flex;
}
.pStar .star {
    width: 29px;
    height: 29px;
    background-image: url("./stars.png");
    cursor: pointer;
}
.pStar .star.blank { background-position: -29px; }
.pStat {
    font-size: 16px;
    color: #787878;
    padding: 7px
;
}