.bot-image {
    cursor: pointer;
}

.bot-image::after {
    content: url("chatbot-gif-covid19.gif");
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
}