/* Center all page content */
.md-main__inner {
  margin: 10px auto;
  max-width: 1000px; /* Optional: adjust max width */
  text-align: left;
  border: 1px solid gray;
  border-radius: 5px
}

/* Optional: Left-align code and tables for readability */
pre, code, table {
  text-align: left;
}


hr {
  border: none;
  border-top: 1px solid black; /* Change thickness and color here */
  margin: 2em 0;

}

h5 {
  font-size: 18px !important;
}

h4 {
  font-size: 20px !important;
}

h3 {
font-size: 25px !important;
}

h2 {
  font-size: 32px !important;
}

h1 {
  font-size: 48px !important;
}

p {
  font-size: 18px;
}
