@import '_content/ComponentsLibrary/ComponentsLibrary.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.index-title[b-1ms7jtqgkm] {
    margin: auto;
}

@media screen and (max-height : 350px) {
    .index-title[b-1ms7jtqgkm] {
        display: none;
    }
}

.index-content[b-1ms7jtqgkm] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
}

    .index-content > h1[b-1ms7jtqgkm] {
        color: #5b3d17;
    }
