.fa-whatsapp{
    font-size: 40px;
}
#whatzapp button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.2);
    padding-right: 15px;
}

#whatzapp{
    position: fixed;
    z-index: 100000;
    right: 5px;
    bottom: 10px;
}

#whatzapp a{
    text-decoration: none;
}