/* Add padding to elements with background color */
html {
    scroll-behavior: smooth;
}
.has-background,
[class*="is-style-section-"] {
    padding: var(--wp--custom--global--spacing--padding--background);
    border-radius: var(--wp--custom--global--border--radius--base);
}

header {
    position: relative;
    z-index: 99;
}
header .wp-block-site-logo img {
    position: relative;
    transform: translateY(50%);
}