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

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #000000;
}

body {
  min-height: 100svh;
}

main {
  display: grid;
  min-height: 100svh;
  place-content: center;
  padding: 24px;
  text-align: center;
}

h1 {
  margin: 0;
  color: #d83a45;
  font-size: 48px;
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: 0;
}

p {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
}
