/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7ltcxzrhdw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #001938;
    color: #d6d5d5;
    text-align: center;
}

main[b-7ltcxzrhdw] {
    flex: 1;
}

.top-row[b-7ltcxzrhdw] {
    background-color: #001938;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.foto[b-7ltcxzrhdw] {
    width: 900px;
    height: 600px;
}

.footer[b-7ltcxzrhdw] {
    background-color: #001938;
    border-top: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

