.fit-cover {
  object-fit: cover;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 40px;
  background-color: #1fcfb8b0;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
}

.my-float {
  margin-top: 22px;
}

