.global-home-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #6a2dd8;
  color: #6a2dd8;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  cursor: pointer;
  z-index: 99999;
}
