:root {
  color: #3a2f5e;
  background: #f5f2f4;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

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

.launch-shell {
  width: min(34rem, calc(100% - 3rem));
  padding: 3rem;
  text-align: center;
  background: #f9f7f9;
  border: 1px solid #eae5eb;
  border-radius: 1rem;
  box-shadow: 0 12px 32px -8px rgb(58 47 94 / 18%);
}

.eyebrow {
  color: #473d99;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1 { margin: 1.5rem 0 .75rem; }
p { line-height: 1.6; }
a { color: #473d99; font-weight: 700; }
