.floating-btn {
  position: fixed;
  /* Footer height */
  top: 85px;
  right: 5px;
  cursor: pointer;
  border-radius: 10%;
  z-index: 1000;
}
