/* *{
    margin: 0;
    padding: 0;
    border: 0;
} */

.btn-wp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 50px;
    /* bottom: 30px; */
    bottom: 5%;
    right: 15px;
    /* background: #0df053; */
    background: #0ca13b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.45);
    z-index: 100;
}

.btn-wp:hover {
    text-decoration: none;
    /* color: #0df053; */
    color: #0ca13b;
    background: #bbe7c9;
}