.categoryName {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	display: list-item;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
}

.categoryName:hover {
	text-decoration: none;
}

