@charset "UTF-8";

.pagenation-num {
	aspect-ratio: 1 / 1;
	width: 3em;
	display: grid;
	place-items: center;
	background: #eee;
	font-size: 1.25em;
}

.custom-pagination {
	margin-block: 2em;
	display: grid;
	place-content: center;
}