

.filters ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.filters ul li{
	list-style: none;
	background: #eee;
	padding: 12px 20px;
	margin: 5px;
	letter-spacing: 1px;
	cursor: pointer;
}
.filters ul li.active{
	background: rgb(36, 75, 193);
	color: #fff;
	
}

