.pagination {
	display: inline-block;
	/*text-align: center;*/
}

.pagination a {
	font-size: 16px;
	margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
	border: 1px solid #ddd; /* Gray */
	transition: background-color .3s;
	border-radius: 5px;
	color: black;
	float: left;
	padding: 8px 16px;
}

.pagination a:hover:not(.active) {
	background-color:#fff;
	box-shadow:rgba(23, 43, 99, 0.3) 0 6px 18px;
	}

.page{
	text-decoration:none;
}