/* Fix content width */
.md-grid {
  max-width: 1400px;
}

/* Improve headings */
.md-typeset h2 {
  margin-top: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

/* Improve text readability */
.md-typeset {
  font-size: 18px;
}

/* Center images nicely */
.md-typeset img {
  display: block;
  margin: 20px auto;
  border-radius: 6px;
}

/* Code block styling */
.md-typeset pre code {
  font-size: 16px;
  line-height: 1.6;
  border-radius: 6px;
}