.whatsapp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 2px rgb(2 5 12 / 20%);
    box-shadow: 0 0 8px 2px #02060c33;
    bottom: 142px;
    right: 10px;
    opacity: 1;
    transition: all .2s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.whatsapp-image {
    width: 50px;
    height: 50px;
}
