Help please! Want to figure out how to may my p tags responsive

I’ve successfully completed the tribute page challenge. I’m just wondering for future reference how I can also make my

responsive as well? The way my code is now, everything is responsive but my

is overly responsive and shrinks way too much. Is it a media query???

https://codepen.io/taehh/pen/pozNpgG?editors=1100

Flexbox would be a good solution

Would I add ‘display: flex’ so my css for styling ‘p’?

There is curriculum in FCC that covers flexbox. I would start there.