html,
body {
  scrollbar-width: thin;
  scrollbar-color: #fff #000;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e6e6e6;
}

.content-page {
  margin: 0;
  font-family: Arial, sans-serif;
  padding: 24px;
  color: #111;
  background: #fff;
  line-height: 1.6;
  overflow-x: auto;
}

.content-page h1 {
  margin-top: 0;
  color: #000;
}

.content-page h2 {
  color: #111;
  margin: 20px 0 12px;
}

.content-page p {
  margin: 0 0 12px 0;
}

:where(.content-page) table {
  min-width: 520px;
  width: 100%;
}

:where(.content-page) {
  -webkit-overflow-scrolling: touch;
}
