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

.pagination a {
	font-size: 16px;
	margin-top:0px; /* 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: #ddd;
	box-shadow:0 0 20px #eaeaea;
}

.page{
	text-decoration:none;
}