.cat {
	transition: 0.5s;
}
.cat:hover {
	background: #eee;
}