:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  color: #1f2933;
  background: #f6f8fb;
}

body {
  margin: 0;
}

.page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  box-sizing: border-box;
}

.status {
  width: min(100%, 420px);
  padding: 24px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(15 23 42 / 8%);
}

h1 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.4;
}

p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

