.stars{
    width:75%;
    max-width: 100%;
}

.stars:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
  }