.pagination_center {
  text-align: center;
}

.pagination {
	display: inline-block;
}

.pagination a {
	font-size: 16px;
	margin: 20px 0; /* 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;
	background-color:white;
	box-shadow:0px 2px 3px 0px rgb(0 0 0 / 7%);
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.page{
	text-decoration:none;
}