.whatsapp-icon{
    background-color: #25d366;
    width: 5rem;
    height: 5rem;
    position: fixed;
    top: 90%;
    border-radius: 50%;
    margin-left: 1.5rem;
    z-index: 999;
}
.whatsapp-icon:hover {
    cursor: pointer;
}