/*your custom css goes here*/ 

/* WhatsApp widget */
.icon__whatsapp {
    z-index: 2;
    bottom: 20px;
    left: 40px;
    font-size: 34px;
    background-color: #29d469;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.icon__whatsapp:hover {
    background-color: #078c2b;
    transition: background-color 0.2s ease;
}

@media (max-width: 360px) {
    .icon__whatsapp {
        bottom: 60px;
        left: 15px;
    }
}