* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #f6f7f9;
  color: #1d2733;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.panel {
  width: min(560px, 100%);
  border: 1px solid #d7dde5;
  border-radius: 8px;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(29, 39, 51, 0.08);
}

.eyebrow {
  margin: 0 0 10px;
  color: #5b6675;
  font-size: 14px;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 650;
}

.copy {
  margin: 14px 0 0;
  color: #536071;
  font-size: 16px;
  line-height: 1.6;
}
