@import url("../styles.css");

.stub {
  min-height: 100svh;
  display: grid;
  place-content: center;
  padding: var(--pad-x);
  text-align: center;
  background: #0a0908;
}

.stub h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
  font-weight: 600;
  color: var(--ink);
}

.stub p {
  margin: 0 0 1.75rem;
  color: var(--ink-soft);
  max-width: 28rem;
  justify-self: center;
}
