* {
  scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0);
  scrollbar-width: auto;
  scrollbar-gutter: stable;
}

.white-flame {
  padding: 6px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-color: rgba(0, 0, 0, 0);
  color: black;
}

.white-flame:hover {
  border-style: ridge;
  border-color: blue;
  background-color: rgba(0, 0, 200, 0.2);
  color: black;
  cursor: pointer;
}

.in-hover:hover {
  color: blue;
  cursor: pointer;
}

.cant-select {
  user-select: none;
}

.no-underline {
  text-decoration: none;
}

.no-underline:link {
  color: black;
}

.no-underline:visited {
  color: black;
}