.float-ball{box-shadow:0 2px 10px 0 rgba(0,0,0,.1);transition:all .3s;position:fixed;bottom:50px;right:30px;width:55px;height:55px;display:flex;flex-flow:column;justify-content:center;align-items:center;z-index:999;border-radius:50%;cursor:pointer}.float-ball img{height:100%;width:100%}