 #stars{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*body{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
 */
.fa-star{
	color: rgb(238, 205, 16);
	margin: 2px;
	font-size: 16px !important;
	cursor: pointer;
	/* text-shadow: 0 0 15px #25CCF7,
				 0 0 30px #25CCF7,
				 0 0 45px #25CCF7,
				 0 0 60px #25CCF7; */
}

.fa-star:hover{
	color: yellow;
	transform: translateY(-5px);
}

