body {
    margin: 0;
    padding: 0;
    font-family: 'Touvlo';
}

.whatsappIcon,
.scrollToTop {
    position: fixed;
    right: 30px;
    width: 50px;
    height: 50px;
    color: white;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.scrollToTop {
    bottom: 30px;
    background-color: transparent;
    margin-right: 5px;
    /* border-radius: 50%; */
    /* background-color: #007bff; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    display: none;
}

/* .scrollToTop:hover {
    background-color: #0056b3;
} */

.whatsappIcon {
    bottom: 80px;
}

@media (max-width: 768px) {
    .logo{
        cursor: pointer;
    }
}