.rei-wrapper-6d068195 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #000;
}

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

.rei-canvas-6d068195 canvas {
    display: block;
}

.rei-content-6d068195 {
    position: relative;
    z-index: 2;
    text-align: center;
    pointer-events: none; /* Let mouse interact with the canvas underneath */
    padding: 20px;
}

.rei-title-6d068195 {
    margin: 0 0 10px 0;
}

.rei-subtitle-6d068195 {
    margin: 0;
}
