The first section on the homepage (the project section) is "fixed", meaning it gets hidden behind the footer when scrolling down the page.
In order for this to work correctly, the footer section needs to have a set background color, a set height and a higher z-index than the project section.
The project section itself also need to have a set height. It's set to 100vh (viewport height units) as default.