


#whatsapp-chat {
    width: 60px;
    line-height: 60px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    background: #25D366;
    color: white;
    right: 30px;
    font-size: 32px;
}
#instagram-chat {
    width: 60px;
    line-height: 60px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
    right: 90px;
    font-size: 32px;
}
