:root {
  color-scheme: light;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  background: #f5f5f4;
  color: #1c1917;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
}

main {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
}

p { margin: 0; }

.status {
  font-size: clamp(6rem, 24vw, 14rem);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.08em;
}

.status.yes { color: #365314; }
.status.no { color: #991b1b; }

.checked {
  color: #57534e;
  font-size: 14px;
}
