

/* Make page wider */
.md-grid {
  max-width: 2000px;
}

/* Link color */
.md-content {
  --md-typeset-a-color: orange;
}
