.whatsapp-icon{
    position: fixed;
    bottom: 7em;
    right: 12px;
    z-index: 1000;
    transition: 200ms
}
.whatsapp-icon:hover{
    scale: 0.9;
    transition: 200ms
}
.whatsapp-icon img{
    width: 60px;
    height: auto;
}