.dvs-whatsapp-button {
    position: fixed;
    bottom: 9px;
    right: 25px;
    z-index: 99;
    text-decoration: none;
    display: flex
;
    justify-content: center;
    width: 55px;
}

@keyframes effect {
    20%, 100% {
        width: 85px;
        height: 40px;
    }
    0%, 10%{
        width: 90px;
        height: 45px;
    }
    5%{
        width: 85px;
        height: 40px;
    }
}


.dvs-whatsapp-button:before {
	content: "";
	width: 75px;
	height: 75px;
	background: url('https://thechefslounge.com/wp-content/uploads/2024/11/wp.png') no-repeat 0 0;
	background-size: contain;
}	

.dvs-whatsapp-button:after {
	content: '';
	color: #cef3dc;
	font-size: 10px;
	margin-left: 2px;
	font-weight: bold;
}