Avoid Fullwidth Paragraphs
Long lines can bore users and create readability problems.
Fix it by limiting the line's width between 500px and 700px.
Instead of pixels, you can restrict the character number per line as well.
In CSS, it's easy to set this up by using the "ch" unit:
`10ch is x10 times the width of the character 0`