


#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;
}