.grid-page {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
	grid-auto-flow: row;
	margin: auto;
	width:100%;
	justify-content: center;
	align-items: center;
/*	border: 1px solid red;*/
}
