body {
    background:linear-gradient(45deg,#ffc0cb,#ff69b4);
}
.navbar {
			background-color: transparent !important; 
}
.stars-outer {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #ccc; 
}
.stars-inner {
	position: absolute: 
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	color: #ffb400; 
}
.stars-outer::before,
.stars-innter::before {
	content: "*****";

}
.rating-text {
	font-family: Arial, sans-serif;
	margin-top: 5px;
	font-size: 14px; 
}

