Small white space at bottom of bootstrap site

I have tried over and over debugging with chrome tools. When I hover over the "P" element in my footer it shows that it is pushing down and creating the space. However I have no Margin bottom (mb- is the bootstrap for margin bottom) in my footer at all.

Here is the element that chrome tools says is the problem.
<p class="text-white pb-5 fs-3">Copyright © Frontend Bootcamp</p>


Link to marge documentation in bootstrap
https://getbootstrap.com/docs/5.3/utilities/spacing/#margin-and-padding

and here is the netlify link to it so you can use chrome tools.
https://melodious-sundae-96dca8.netlify.app/

thanks
Bootstrap includes a wide range of shorthand responsive margin, padding, and gap utility classes to modify an element’s appearance.
Spacing
Was this page helpful?