body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
margin: 20px;
}
h1 {
textalign: center;
}
.imagegallery {
display: grid;
gridtemplatecolumns: repeat(autofill, minmax(300px, 1fr));
gridgap: 10px;
justifyitems: center;
}
.imageitem {
marginbottom: 10px;
}
.imageitem img {
maxwidth: 100%;
height: auto;
}