.star {
  font-size: 2em;
  color: gray;
  border: none;
  background: none;
  cursor: pointer;
}

.ratingStarSelected {
  color: orange;
}

.ratingStarHovered {
  color: orange;
}

