#docs
{
    font-family: Arial;
    color: Black;
}

#docs h5 {
  font-size: 22px;
}

#docs h4 {
  font-size: 90%;
}

#docs p {
  font-size: 16px;
}
#docs table, th, td {
  border: 1px solid black;
  font-size: 16px;
}

#docs img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.dark-mode .text-black {
    color: #fff !important;
  }
