body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight:300;
    color:#1f1f1f;
}
strong {
    font-weight: 600;
}
#content{
    position: relative;
    min-height: calc(100vh - 90px - 65px);
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    background: black;
}
.whatsAppWebContainer {
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: -100px;
    right: 20px;
    z-index: 1000;
    transition: bottom .1s ease-out, width .1s ease-out;
    -moz-transition: bottom .1s ease-out, width .1s ease-out;
    -webkit-transition: bottom .1s ease-out, width .1s ease-out;
    -o-transition: bottom .1s ease-out, width .1s ease-out;
    animation: bounce2 10s ease infinite;
}
@keyframes bounce2 {
    0%, 4%, 10%, 16%, 20% {transform: translateY(0);}
    8% {transform: translateY(-30px);}
    12% {transform: translateY(-15px);}
}
.whatsAppWebContainer.open {
    bottom: 30px;
}

.whatsAppWebLogo {
    width: 100%;
    height: 100%;
}