Preview
HTML
<article>
<h1>Measure</h1>
<p>The line stays short enough to read, and the block stays in the middle of the viewport.</p>
</article>
CSS
:root {
--ink: #241c16;
--paper: #fffaf1;
--accent: #d4552b;
--accent-2: #4338ca;
--on-accent: #fff;
--muted: #6a6156;
--line: #d7ccb8;
--chip: #efe6d6;
}
article {
box-sizing: content-box;
max-width: 36ch;
margin-inline: auto;
}
h1,
p {
margin: 0;
}
h1 {
margin-block-end: 0.6rem;
}