After working on this section some time ago, I returned to find a strange behavior that I couldn't fix by changing the CSS or wrapping components in divs.
If you want to see the issue, check out this screenshot: issueReact
To view the code where the issue exists, click here: https://codesandbox.io/s/elegant-bhabha-ns7374?file=/src/main.css
Here is the code for home.tsx:
(code for Home component)
And here is the code for footer.tsx:
(code for Footer component)
Additionally, here is the code from footer.css and main.css for reference.