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

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background: #0d1117;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  text-align: center;
}

img {
  width: 112px;
  height: 112px;
  margin-bottom: 20px;
}

h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 8vw, 3rem);
  line-height: 1.1;
  letter-spacing: 0;
}

p {
  margin: 0;
  color: #8b98a5;
  font-size: 1rem;
  line-height: 1.6;
}
