:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  color: #f5f5f5;
  background: #111;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100svh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: #111;
}

.card {
  width: min(100%, 36rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: #999;
  font-family: monospace;
  font-size: 0.8rem;
}

h1 {
  margin: 0;
  font-size: clamp(2.75rem, 10vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

nav {
  margin-top: 2.5rem;
  border-top: 1px solid #444;
}

.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #444;
}

.link:hover,
.link:focus-visible {
  color: #bbb;
  outline: none;
}

.link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.link strong,
.link small {
  display: block;
}

.link strong {
  font-size: 1rem;
}

.link small {
  margin-top: 0.25rem;
  color: #888;
  font-family: monospace;
  font-size: 0.75rem;
}

.arrow {
  font-size: 1.25rem;
}
