::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #111;
}
::-webkit-scrollbar-thumb {
  background-color: #DFF9BA;
  border-radius: 10px;
  border: 2px solid #111;
  box-shadow: 0 0 8px #DFF9BA, 0 0 16px #DFF9BA;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #f2ffd9;
  box-shadow: 0 0 12px #DFF9BA, 0 0 24px #DFF9BA;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #DFF9BA #111;
}
.h2 {
  background: #DFF6B0;
  padding: 5px;
  margin: 0 0 0 0px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
