body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}
.section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
}
.section img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2em;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.image-container {
  position: relative;
  margin-bottom: 2em;
}
.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.link-overlay {
  position: absolute;
  display: block;
  z-index: 10;
  cursor: pointer;
}
