html, body {
  height: 100%;
  margin: 0;
  background: #e0c0d0;
  color: #000;
  font: 16px/1.5 system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}
.wrapper {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  box-sizing: border-box;
}
.card {
  text-align: center;
  max-width: 640px;
}
img.status {
  width: 500px;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}
h1 {
  margin: 0 0 16px;
  font-size: 1.75rem;
  font-weight: 700;
}
.explain {
  margin-top: 16px;
  font-size: 1rem;
}

