.bubble {
    position: absolute;
    border-radius: 5px;
    opacity: 0.6;
    z-index: -1;
    filter: blur(5px);
}