body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 40px auto;
  line-height: 1.6;
  color: #333;
}

h1 {
  color: #1f3a5f;
}

h2 {
  margin-top: 40px;
  color: #1f3a5f;
}

a {
  color: #1f3a5f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
img {
  width: 200px;
  height: auto;
}
.image-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.image-row img {
  width: 280px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 40px auto;
}

.image-row img {
  width: 320px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
