#pillCluster{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:10px;
	align-items: center;
	justify-content: center;
}
#pillCluster li{
	background: rgba(255, 255, 255, 0.7);
	padding: 7px 20px;
	border-radius: 50px;
	list-style-type: none;
}