:root {
  color: #1f2d3d;
  background: #f4f8f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
}

body {
  display: grid;
  min-height: 100vh;
  margin: 0;
  place-items: center;
}

main {
  width: min(680px, calc(100% - 64px));
  padding: 64px;
  border: 1px solid #dce8e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 60px rgb(31 45 61 / 8%);
}

.eyebrow {
  margin: 0 0 16px;
  color: #147d64;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

h1 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.2;
}

p {
  margin: 0;
  color: #52616b;
  font-size: 18px;
  line-height: 1.8;
}
