html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

article {
    max-width: 120ch;
    margin-inline: auto;
    padding: 2rem;
}

p {
    line-height: 1.5;
}