.floating{
            position:fixed;
            width:60px;
            height:60px;
            bottom:20px;
            right:20px;
            background-color:#fff;
            color:#25D366;
            border-radius:50px;
            text-align:center;
            font-size:30px;
            z-index:100;
        }

        .float-button{
            margin-top:16px;
        }
        