.floatingbutton {
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
    width: 170px;
    height: 50px;
    bottom: 20px;
    right: 100px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.floatingbutton .my-float {
    margin-top: 10px;
    font-size: 30px;
}

.floatingbutton span {
    margin-top: 25px;
}