
#root canvas {
    touch-action: auto !important;
}

#root {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 1;
}

#root h3, #root h4 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: white;
}

#root h3 {
    font-size: 18px;
    line-height: 1.2;
}

@media screen and (min-width:1024px) {
    #root h3 {
        font-size: 22px;
    }
}

#root h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

@media screen and (min-width:1024px) {
    #root h4 {
        font-size: 20px;
    }
}

#root p {
    font-size: 14px;
}

@media screen and (min-width:1024px) {
    #root p {
        font-size: 16px;
    }
}

#root ul, #root ol {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
    border: 0;
}

.bubble-animation__info {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bubble-animation .text-content {
    position: absolute;
    text-align: center;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
}

.bubble-animation .text-content.is-hidden {
    opacity: 0.1;
}

.parent-bubble__text-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
}
