:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #101413;
  color: #f4f1ea;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

main {
  width: min(34rem, calc(100vw - 3rem));
}

h1 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1;
  margin: 0 0 1rem;
}

p {
  color: #a7ada7;
  font-size: 1.125rem;
  line-height: 1.6;
}

a {
  color: #101413;
  background: #9bd6c7;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  text-decoration: none;
}
