
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #222;
  margin: 0;
  padding: 4rem 6rem;
  line-height: 1.5;
}

.header {
  margin-bottom: 4rem;
  /* text-align: center; */
}

.header h1 {
  font-size: 2.5rem;
  margin: 0 0 0.25em;
  letter-spacing: 0.5em;
}

.header p {
  font-size: 1.1rem;
  margin: 0;
}

p {
  margin-top: 0rem;
}

a {
  color: inherit;
  text-decoration: underline;
}

.content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 4px;
}

.left h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.left h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 0.2rem;
  margin-top: 0rem;
}

.left h2 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer {
  margin-top: 4em;
}

/* Responsive */
@media (max-width: 800px) {
  body {
    padding: 2rem;
  }
  .content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
