
.whatsapp-icon {
    position: relative;
    width: 48px;
    height: 48px;
    position: fixed;
    right: 128px;
    bottom: 16px;
    z-index: 10001;
}
.whatsapp-icon img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.whatsapp-icon > p {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 48px;
    padding-right: 16px;
    padding-top: 10px;
    box-sizing: border-box;
    height: 100%;
    font-size: 16px;
    color: white;
    text-align: center;
    border-radius: 48px;
    background-color: #0d9f16;
}