body {
fontfamily: Arial, sansserif;
backgroundcolor: f5f5f5;
margin: 20px;
}
h1 {
color: 333;
textalign: center;
marginbottom: 20px;
}
.imagecontainer {
display: flex;
flexwrap: wrap;
justifycontent: center;
}
.imagecontainer img {
width: 300px;
height: 200px;
objectfit: cover;
margin: 10px;
borderradius: 8px;
boxshadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}