.stars {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.star {
    color: var(--main-yellow);
    font-size: 25px;
}