.back-to-top {
  position: fixed;
  right: 24px;
  bottom: -100px;
  background-color: #ffffff;
  color: var(--bs-primary);
  padding: 20px 20px;
  border: 3px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  opacity: 0;
  transition: background-color 0.3s, bottom 0.3s, opacity 0.3s;
  z-index: 999;
}

.footer-no-break {
  white-space: nowrap !important;
}

