.stars {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.stars img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.stars p {
	margin: 0px;
	margin-left: 10px;
}