.oauth-homepage-fallback {
  background: #111112;
  color: #b8bbc7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  min-height: 100vh;
  padding: 18px 24px 28px;
  text-align: center;
}

.oauth-homepage-fallback h1 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.2;
  margin: 18vh auto 16px;
}

.oauth-homepage-fallback p {
  margin: 0 auto 8px;
  max-width: 760px;
}

.oauth-homepage-fallback a {
  color: #ffffff;
  font-weight: 700;
  margin: 0 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
