I guess the address bar cause the issue I tried to give body and html 100lvh but it does not worked. This is the properties that I'm using: ```css body { font-family: "Barlow Condensed", sans-serif; font-weight: 200; background-image: url('assets/destination/background-destination-desktop.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; overflow-x: hidden; } ```