body {
  margin: 50px 0 100px 0;
  font-family: "Inter", sans-serif;
}

h1 {
  line-height: 130%;
}

.container {
  width: 95%;
  max-width: 650px;
  margin: 0 auto;
}

img,
p {
  width: 100%;
  margin: 0 0 25px 0;
}

p {
  line-height: 140%;
  text-align: justify;
  text-justify: inter-word;
}

h2 {
  margin-bottom: 5px;
}

.center {
  text-align: center;
}

.split {
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}

.highlight {
  background-color: #fffed4;
  text-align: center;
}


.image-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
}
.image-container img {
    max-width: 100%; 
    height: auto; 
}
.image-container .image {
    flex: 1; 
    margin: 0 10px; 
}
