.container { 
		display: grid;
		grid-gap: 5px;
		grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
		grid-auto-rows: 100px;
			}

