p.bubble {
    position: fixed;
    width: 300px;
    text-align: center;
    line-height: 1.4em;
    margin: 40px auto;
    background-color: #fff;
    /* border: 5px solid #333; */
    border-radius: 30px;
    font-family: sans-serif;
    padding: 10px;
    font-size: 1.1em;
    bottom: 80px;
    left: 35px;
    z-index: 6;
    opacity: 0.8;
    font-family: DM Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

p.thought {
    width: 300px;
    border-radius: 200px;
    padding: 30px;	
}

p.bubble:before,
p.bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

p.speech:before {
    left: 30px;
    bottom: -50px;
    /*border: 25px solid;*/
    border-color: #333 transparent transparent #333;
    z-index: 7;
}

p.speech:after {
    left: 38px;
    bottom: -30px;
    border: 15px solid;
    border-color: #fff transparent transparent #fff;
}

p.thought:before,
p.thought:after {
    left: 10px;
    bottom: -30px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 8px solid #333;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

p.thought:after {
    width: 20px;
    height: 20px;
    left: 5px;
    bottom: -40px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
#typingGif {
    width: 70px;
}