body{
	font-family: sans-serif;
  	font-weight: 400;
  	font-style: normal;
	background: #ffcf00;
	color: #000;
	/*background: linear-gradient(0deg, rgba(203,137,0,1) 0%, rgba(255,207,0,1) 100%);*/
	background: cover;
}

h1{
	font-size: 3rem;
	margin-top: 2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	text-align: center;
}
p{
	margin: 1rem;
	font-family: sans-serif;
	text-align: center;
	margin-bottom: 2rem;
}
.gallery{
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;

}

.image img{
	max-width: 100%;
}