body {
  background-color: #e5e3e6!important;
}

 mark {
    background-color: #f2f2f2!important;
}

h1.title {
  font-size: 20px;
  margin-top: 30px; /* Adjust margin as needed */
  text-align: center;
}

.image-container {
  margin: 30px 30px; /* Increased margins on both sides */
}

.image-container > div {
  display: inline-block;
  margin-right: 35px; /* Adjusted margin between images */
  vertical-align: top;
  text-align: center;
}

.image-container img {
  display: block;
  margin-bottom: 20px; /* Increased margin between images and titles */
  margin-left: auto;
  margin-right: auto;
}

.image-container img {
  border-radius: 10px; /* Adjust the border radius as needed */
}

.title {
  font-size: 20px;
  margin-top: 20px; /* Adjusted margin to match the spacing */
  text-align: center;
}

.banner {
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.banner-content {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.footer {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px; /* Adjusted left margin */
  margin-bottom: 20px; /* Added margin for bottom spacing */
  font-size: 11px;
  color: #d95552;
}