.pagination {
	display: inline-block;
	/*text-align: center;*/
	margin:20px;
	margin-top:40px;
	margin-bottom:25px;
	
}

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

.pagination a:hover:not(.active) 
{
	color: black;
	background-color: #67b9cc;
	border: 1px solid #67b9cc;
}

.page{
	text-decoration:none;
}