#whatsAppSection {
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 9997;
}

#whatsAppSection a {
    margin-right: 3%;
    margin-bottom: 2%;
    border-radius: 45px;
}

#whatsAppLogo {
    height: 90px;
    width: 90px;
    margin-right: 3%;
    margin-bottom: 3%;
    transition: all 0.5s !important;
}

#whatsAppLogo:hover {
    transform: rotate(15deg);
}

#whatsAppLogo:active {
    transform: scale(0.9);
}