.category__items {
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     		-2px -2px 5px 0 rgba(0,0,0,.1),
    		2px 2px 5px 0 rgba(0,0,0,.1),
    		-2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 20px;
letter-spacing: 2px;
transition: 0.3s all linear;
}


.category__link {
	text-decoration: none;
	color: #000;
}

.category__link:hover {
	text-decoration: none;
	color: #000;
}

.temporarily__kz {
	max-width: 550px;
	margin-left: auto;
    margin-right: auto;
} 

