.blogCats {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	justify-content: center;
}

.blogCats li {
	margin: 0 20px;
}

.blogCats li:first-child {
	margin-left: 0;
}

.blogCats li:last-child {
	margin-right: 0;
}

.blogCats li a {
	text-decoration: none;
}

.blogCats li a:hover, .blogCats li a.isActive {
	text-decoration: line-through;
}