	.cat {
	    text-align: center
	}
	
	.cat a {
	    display: inline-block;
	    padding: 8px 10px;
	    background: linear-gradient(45deg, #0057ff, #64f38c);
	    box-shadow: 0 7px 10px rgb(0 0 0 / 65%);
	    color: rgb(255, 255, 255);
	    border-radius: 47px;
	    font-weight: 500;
	    text-transform: uppercase;
	    text-decoration: none;
	    font-size: 13px;
	    margin-top: 11px;
	    border-bottom-style: outset;
	    border-radius: 31px 0px 37px 3px;
	}
	
	.cat a:hover {
	    opacity: 0.9
	}