How can I increase header white space in the Debut Theme?

Please help want to increase header white space more between logo and manu tab

https://www.tootyfruitybasketandbox.com/

Please look header white space i want more white space

@tootyfruitybask
Please mark which portion you want to increase white space.
Thank you.

both top on logo and bottom of the logo

@tootyfruitybask
Do you want to like this?

no sir please check i want logo in middle and more white space in top of logo and bottom of logo

@media only screen and (min-width: 750px){
.site-header.logo–center {
padding-top: 100px;
}
}

/* @media(max-width:767px){
video#header-video {
padding: 95px 0 0;
}
} */

by that code i edit on top white space need help to increase bottom of logo white space

@tootyfruitybask
Like this

Thank You.

yes sir

@media only screen and (min-width: 992px) {

a.site-header__logo-image.site-header__logo-image–centered {
margin-left: -18px !important;
}
nav#AccessibleNav {
margin-top: 135px !important;
}

}

thanks