
#whatsapp {
    position: fixed;
    bottom: 5px;
    right: 0.2%;
}

svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
}

circle {
    fill: #25d366;
}

path {
    fill: #fff;
}