.rating-container {
    text-align: center;
}

.stars {
    display: inline-block;
    font-size: 24px;
    color: #ffd700; /* Set color to yellow */
}

.average-rating {
    margin-top: 10px;
}