.messagebubble {
    display: flex;
    align-items: center;
    z-index: 1000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    &__icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &__text {
        word-wrap: break-word;
        width: 90%;
    }
}
