body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #1b1b1b;
    color: #FFFFFF;
    font-family: system-ui, sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.2em;
}

p {
    line-height: 1.2em;
}

p:first-of-type {
    font-size: 1.75rem;
}

p:last-of-type {
    margin-top: 1.5rem;
    font-size: 1rem;
}