Seperate sticky header from page

I’d like to seperate the page more from the header.

Site: https://prestigestraps.com

Password: asd321

You could go to your theme files, in the assets folder, you should have a theme.css or custom.css file, there you should look for the class .page-width–narrow

you would have to add the padding-top property: 10em !important

should stay something like this

.page-width–narrow {
padding-top: 10rem !important;

}