body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #f9f9f9;
}

.image-block {
  margin-bottom: 40px;
}

h2 {
  margin-bottom: 10px;
  color: #333;
}

.image-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.image-row img {
  width: 400px;
  height: auto;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
