* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: start center;
  padding: 0px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  text-align: center;
  background: #e8fbfa;
}

main {
  width: 100%;
  padding: 3rem 24px 32px;
  display: flex;
  justify-content: center;
}

.content {
  width: min(100%, 520px);
  margin-inline: auto;
}

img {
  display: block;
  width: min(416px, 82vw);
  height: auto;
  margin: 0 auto 0px;
}

h1 {
  margin: 0;
  color: #30D5C8;
  font-size: clamp(2.6rem, 8vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 800;
}

.content h1 {
  margin-bottom: 55px;
}


p {
  margin: 0 0 12px;
  color: #159A91;
  font-size: clamp(1rem, 2.8vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  text-transform: uppercase;
}
