body{
	background: black;
}

.image-row {
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	align-items: center;
  	gap: 25px;
  	margin: 0px auto;
  	max-width: 1000px;
	height: auto;
	width:540px;
 	flex-shrink: 0;
}
h1{
	text-align: center;
	font-size: 50px;
	color: white;
}

h2{
	text-align : center;
	font-size: 25px;
	color: white;
}