/* /Components/Layout/MainLayout.razor.rz.scp.css */
@inherits LayoutComponentBase

@Body
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.page[b-71zlewa2ed] {
    background:
        linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.85)),
        url('/images/boss-background.png') center center / cover no-repeat fixed !important;
    color: #f5f5f5 !important;
}

main[b-71zlewa2ed] {
    background: transparent !important;
}

article.content[b-71zlewa2ed] {
    background-color: rgba(0, 0, 0, 0.65) !important;
    margin: 2rem;
    padding: 2rem !important;
    border: 4px solid #fff;
}
