.rei-container-bf2e3929 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.rei-canvas-wrapper-bf2e3929 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rei-canvas-wrapper-bf2e3929 canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.rei-content-bf2e3929 {
    position: relative;
    z-index: 2;
    text-align: center;
    pointer-events: none; /* Let mouse events pass through to trigger ripples */
    padding: 20px;
}

.rei-title-bf2e3929 {
    margin: 0 0 10px 0;
    font-size: 2em;
    font-weight: bold;
}

.rei-subtitle-bf2e3929 {
    margin: 0;
    font-size: 1.2em;
}