.whatsapp-button {
    position: fixed;
    bottom: 20px; /* מיקום למטה */
    right: 20px; /* מיקום לימין */
    z-index: 1000;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
