.separate-containers .site-main {
    margin-top: 0 !important;
}
.welcome-section {
    background-color: #F5F6EA;
    color: #333;
    text-align: center;
    padding: 50px 20px;
    margin: 32px;
    margin-top: 0;
    box-shadow: 0 0 0 100vmax #F5F6EA;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
}

.welcome-section h1 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Oooh Baby", "system-ui";
    color: #000;
}

.welcome-section p {
    font-size: 22px;
    margin: 0;
    line-height: 36px;
    font-family: 'Source Sans 3', "system-ui";
    color: #000;
}

.wp-block-button a.wp-block-button__link {
    text-underline-offset: 3px;
    padding: 11px 18px;
    font-family: 'Source Sans 3', "system-ui";
    font-size: 23px;
    font-weight: bold;
    text-transform: inherit;
    margin-top: 20px;
    border-radius: 6px;
}
.wp-block-button a.subscribe {
    background-color: #000000 !important;
}
.wp-block-button a.subscribe:hover {
    background-color: #d54215 !important;
}