* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #151515;
  background: #f5f2ef;
}

body {
  display: grid;
  place-items: center;
  padding: 24px;
}

.card {
  width: min(640px, 100%);
  background: #ffffff;
  border: 1px solid #e4dfda;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7b746e;
}

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

p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.status {
  margin-top: 18px;
  font-weight: 600;
}
