<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assets/reset.css" rel="stylesheet">
<link href="setup.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<section>
<h2>None</h2>
<p>This is a paragraph, so we have some text to overflow our container. Another line, with some verbose, exquisite, and unnecessarily and extraordinarily long, English words.</p>
</section>
<section>
<h2>Auto</h2>
<p>This is a paragraph, so we have some text to overflow our container. Another line, with some verbose, exquisite, and unnecessarily and extraordinarily long, English words.</p>
</section>
<section>
<h2>Manual</h2>
<p>This is a paragraph, so we have some text to overflow our container. Another line, with some verbose, exquisite, and unnecessarily and extra­ordinarily long, English words.</p>
</section>
</body>
</html>