body {
    font-family: "Montserrat", sans-serif !important;
    background-color: #e7eff4 !important;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    transition: transform .2s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}