.md-grid {
  max-width: none; /* 원하는 너비로 조절하세요. (예: 1200px, 90rem 등) */
  padding-left: 4rem;
  padding-right:4rem;
}

.md-typeset table td,
.md-typeset table th {
  vertical-align: middle !important;
}

.md-typeset .md-table {
  display: flex;
  justify-content: center;
}

.md-typeset table:not([class]) {
  width=100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.md-typeset {
  font-size: 0.7rem !important; /* Reduce font size by 10% */
}

