/* _content/Homepage.Server/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hgnuh50w20] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hgnuh50w20] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

header[b-hgnuh50w20] {
    width: 100%;
    background-color: var(--header-bgcolor);
    color: var(--header-color);
}

    header h3[b-hgnuh50w20] {
        margin: 0;
        padding: 1rem 0;
        text-align: center;
    }

nav[b-hgnuh50w20] {
    display: flex;
}

    nav > *[b-hgnuh50w20] {
        padding: 0 .5rem;
    }

    nav a[b-hgnuh50w20] {
        padding: 1rem;
    }

main[b-hgnuh50w20] {
    padding: 0 1rem;
    max-width: var(--content-maxwidth);
    width: 100%;
    /* border: 1px solid red; */
}
/* _content/Homepage.Server/Components/Pages/Home.razor.rz.scp.css */
.event[b-zkotg1f7wh] {
    /* margin: 0 1rem; */
    margin-bottom: 0.75em;
}

.time[b-zkotg1f7wh] {

}

.title[b-zkotg1f7wh] {
    font-weight: bold;
    /* text-decoration: underline; */
}

.contest[b-zkotg1f7wh] {
    /*font-size: 1.1em;*/
    color: red;
}
