﻿.float1
{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    left: 40px;
    background-color: #ad01ae;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    font-size: 30px;
}
.my-float1
{
    margin-top: 14px;
}