* {
    box-sizing: border-box;
}

body {
    display: grid;
    min-height: 100vh;
    margin: 0;
    place-items: center;
    color: #f5f7fb;
    background: #111214;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.placeholder {
    width: min(680px, calc(100% - 40px));
}

.back-link,
.eyebrow {
    color: #b6f24a;
    font-weight: 900;
}

.eyebrow {
    margin: 3rem 0 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1 {
    margin: 0 0 1rem;
    font-size: clamp(3rem, 10vw, 6rem);
    line-height: 1;
}

p {
    color: #a7afbd;
    line-height: 1.7;
}
