#bubblecontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: transparent;
    pointer-events: none;
}
    
.bubble {
  /*width: auto;
  height: auto;*/
  line-height: 70px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  text-align: center;
  /*background-color: #ff0000;
  background-color: #d50000;
  background-color: #b71c1c;
  color: rgba(255,255,255,0.9);
  border-radius: 10px;
  opacity: 0;*/
  will-change: transform;
}