Item 3 (Paragraph, also a block element)
The `div` and `p` elements above are block-level elements. By default, block-level elements take up the full width available and stack one on top of the other. You do not need `flex flex-col` for this simple vertical arrangement.