:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #070a0f;
  color: #f6f7f9;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 50% 0%, rgba(255, 189, 27, 0.14), transparent 32rem), #070a0f;
}

main {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

a {
  color: #ffbd1b;
}

h1 {
  margin: 28px 0 18px;
  font-size: clamp(40px, 8vw, 76px);
  line-height: 0.96;
  text-transform: uppercase;
  font-family: Impact, "Arial Black", sans-serif;
}

h2 {
  margin: 34px 0 10px;
  color: #ffbd1b;
  font-size: 24px;
}

p {
  color: #c7ceda;
  font-size: 18px;
  line-height: 1.7;
}
