[FIXED] Help with project "Build a personal portfolio"

Im having some trouble with the second layout user story on the last project, it says

“2. The height of the welcome section should be equal to the height of the viewport.”
I’ve looked for multiple solutions online and none of them have helped so far and i don’t know if it has to do with my monitor/browser, any ideas would be greatly appreciated.

quick edit: just fixed it by giving it a value of 99vh instead of 100vh, i don’t know how or why that works but im happy with it

it’s because you have a border: border-bottom: 3px solid #F517B8;

the issue is that if you change the viewport height, that test can fail. For example, like this it fails:

the border is there, it’s not 1vh, so it stay fixed at 3px, and the heigth of the viewport is 99vh + 3px