Tribute page 90% done one issue

Hello I’m Jake new this work and I just got stuck while finishing up my Tribute page. I tried to use <pre to keep spacing between my <p but it was casing errors, so any good way to add space between them?

here is my codepen https://codepen.io/Globe182jp/pen/WdNNpE?editors=1100
Thanks Jake

Sorry accidental double post

Instead of trying to fix spacing with new elements, use CSS. In particular, margin will help you add spacing between your paragraphs.