.star {
  font-size: 5vh;
  cursor: pointer;
}
 
.one {
  color: rgb(203, 67, 53);
}
 
.two {
  color: rgb(255, 106, 0);
}
 
.three {
  color: rgb(243, 156, 18);
}
 
.four {
  color: rgb(24, 159, 14);
}
 
.five {
  color: rgb(10, 110, 10);
}
