Please provide your valuable feedback on my Product Landing Page

I’ve completed my Product Landing Page. It took a lot of time than I expected. Every task in the process of developing the project challenged me. I had to do a lot of google searches. Nevertheless, I was able to complete the project. I made the project fully responsive. I tested it on multiple screen sizes using Chrome dev tools. I’d like to hear your thoughts on the project.
Product Landing Page

It looks very nice! @naveennavy219 Great work!

Thanks, @landon.h.lloyd. Do you think anything I could have made better? or can improve further. I’d love to hear your suggestions.

Hi @naveennavy219!

I think your page looks good.

A few suggestions.

When I resize the browser window to be smaller, the words are a little close the edge. So you might want to add some space on the sides.

I think you should add the cursor pointer to the submit button.
{cursor: pointer;}

You might consider adding the smooth scroll to the page.

html {
  scroll-behavior: smooth;
}

@jwilkins.oboe thanks for your suggestions. I added the cursor pointer.
I wonder what the following code does

html {
  scroll-behavior: smooth;
}

If you click on the any of the nav links it will create a smoother transition between sections