/* /Shared/Bubble.razor.rz.scp.css */
circle[b-r0bolvhv8l] {
    stroke: black;
    fill: white;
}

text[b-r0bolvhv8l] {
    text-anchor: middle;
    dominant-baseline: middle;
}
/* /Shared/CharBox.razor.rz.scp.css */
rect[b-dyl5edku18], line[b-dyl5edku18] {
    stroke: black;
    fill: white;
}
/* /Shared/Game.razor.rz.scp.css */
svg[b-0y1msi9iww] {
    height: 100vh;
    background-color: aliceblue;
}

[b-0y1msi9iww] text {
    text-rendering: optimizeLegibility;
    font: 18px Calibri;
    user-select: none;
}

line[b-0y1msi9iww] {
    pointer-events: none;
    stroke-dasharray: 3 2;
}
/* /Shared/MainLayout.razor.rz.scp.css */
main[b-334xp1d1hx] {
    display: flex;
    flex-direction: column;
}
