.liquid-trace-container-914ae800 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: crosshair;
}
.liquid-trace-text-914ae800 {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    pointer-events: none;
    font-size: 2rem;
}
.liquid-trace-canvas-914ae800 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: auto;
}