body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  color: #111;
  background-color: #fff;
}

.hero {
  background-color: #74a9d8;
  padding: 60px 0;
  text-align: center;
}

.hero-box {
  border: 2px solid white;
  display: inline-block;
  padding: 40px 20px;
}

.hero h1 {
  color: white;
  font-size: 3.5em;
  margin: 0;
  line-height: 1.4;
}

.content {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  background-color: white;
}

.info-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.info-section .text {
  flex: 1 1 60%;
}

.info-section .text h2 {
  color: #4d90fe;
  font-size: 1.8em;
}

.info-section .text p {
  font-size: 1.1em;
  line-height: 1.6;
}

.info-section .text a {
  text-decoration: underline;
  color: black;
}

.photo img {
  width: 100%;
  max-width: 400px;
  border-radius: 4px;
}

footer {
  background-color: #50789a;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 0.95em;
}
