.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #25D366;
    color: white;
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
    color: white;
}