.chat-bubble{animation:fadeIn .3s ease-in-out;background-color:#40c351;border-radius:10px;bottom:0;box-shadow:0 0 10px #00000040;color:#fff;font-size:14px;padding:10px;position:absolute;right:60px;width:200px}.chat-bubble:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.chat-bubble:after{border:10px solid transparent;border-bottom-color:#40c351;bottom:0;content:"";height:0;margin-right:-10px;position:absolute;right:0;width:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
