.bubbles-stage {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

.bubbles-stage.bubbles-stage-mouseHidden {
    cursor: none;
}

.aconite-animator-canvas:fullscreen {
    width: 100vw;
}
