@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/WeddingBlog.Web/Components/Layout/MainLayout.razor.rz.scp.css */
footer.footer-style[b-bnhdi90btf] {
    padding: 10px;
    background-color: var(--accent-fill-rest);
    color: var(--fill-color);
    text-align: center;
}
/* _content/WeddingBlog.Web/Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-hibpd16hr4] {
    position: relative;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('/images/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section[b-hibpd16hr4] {
    padding: 40px 25px;
    background-color: var(--neutral-lighter-alt);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.square-wrapper fluent-card[b-hibpd16hr4] {
    height: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}


