.cotwhats-button a {
    transition: transform 0.2s ease;
}

.cotwhats-button a:hover {
    transform: scale(1.05);
}
