html {
    font-size: clamp(1rem, 0.75rem + 0.4vw, 2rem);
}

main {
    margin: 0 auto;
    max-inline-size: 100ch;
}
