
        .float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 165px;
            background-color: #0ABF04;
            color: white;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            right: 1%;
            margin: 0 5px 58px 0;
            display: block;
        }

        .float:hover {
            text-decoration: none;
            color: white;
            background-color: #0ABF04;
        }

        .my-float {
            margin-top: 16px;

        }