* {
  box-sizing: border-box;
}

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

.captcha-page {
  min-height: 100vh;
  padding: 48px 24px;
  text-align: center;
  background: #fff;
}

.captcha-page h1 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.captcha-page p {
  margin: 0 0 24px;
  color: #555;
  font-size: 14px;
}

#captcha {
  display: inline-block;
}

#status {
  min-height: 16px;
  margin-top: 16px;
  color: #888;
  font-size: 13px;
}
