/* Add here all your CSS customizations */
.floating-wpp {
    text-align: right;
}

.floating-wpp img {
    position: fixed;
    z-index: 100;
    bottom: 65px;
    right: 10px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    overflow: hidden;
}