.starrr {
    display: inline-block; 
}
.starrr a {
font-size: 24px;
padding: 0 1px;
cursor: pointer;
color: #FFD119;
text-decoration: none; 
}
.starrr a:hover, .starrr a:focus {
   color: #FFD119;
   text-decoration: none;
   outline: 0;
}
