.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 300px;
    right: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }