:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #f6f8fb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.panel {
  width: min(100%, 520px);
  padding: 32px;
  border: 1px solid #d8e0ec;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: #51627a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: 44px;
  line-height: 1.1;
}

.copy {
  margin: 14px 0 0;
  color: #51627a;
}
