body {
  align-items: center;
  background: #f7f8fa;
  color: #172026;
  display: flex;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}

.fallback {
  background: #ffffff;
  border: 1px solid #d9e0e7;
  border-radius: 8px;
  max-width: 520px;
  padding: 28px;
  width: calc(100% - 32px);
}

h1 {
  font-size: 24px;
  margin: 0 0 10px;
}

p {
  color: #5e6b75;
  line-height: 1.55;
  margin: 0;
}

code {
  background: #eef2f5;
  border-radius: 4px;
  padding: 2px 5px;
}

