
/* whatsApp icon */

.whatsApp-button{
    position: relative;
}

.whatsApp-icon{
    position: fixed;
    top: 85%;
    left: 1%;
    margin-left: 8px;
    cursor: pointer;
}

.whatsApp-icon:hover{
   transform: rotate(7deg) scale(0.9);
}

/* back to top */
.back-to-top-icon{
    position: relative;
    background-color: rgb(202, 93, 16);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.237);
}

.back-to-top-icon{
    position: fixed;
    top: 85%;
    right: 3%;
    color: #fff;
    margin-left: 8px;
    cursor: pointer;
}

.back-to-top-icon:hover{
   transform: rotate(7deg) scale(0.9);
}