.whatsapp-bubble {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    cursor: pointer;
}

.whatsapp-bubble img {
    width: 60px; /* Ajusta el tamaño de la imagen según tus necesidades */
    height: auto;
    display: block;
}
