.bi {
  display:inline-block;
  vertical-align: -.125em;
  width: 1em;
  height: 1em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

body {
  background-color: black;
}

#arrowRight {
  margin-left: 10px;
  margin-right: 10px;
}

.bottomButtons {
  --bs-btn-hover-border-color: darkgray;
  border-style: solid;
  border: darkgray;
  border-top-width: 1px;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

a {
  color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity));
}

.textInButton {
  cursor: default;
  user-select:contain;
  -webkit-user-select:unset;
  -moz-user-select:unset;
}