.md-grid {
  max-width: 95% !important;  /* Increases the maximum width of content */
}

/* For Material theme */
.md-main__inner {
  max-width: 95% !important;
  margin: 0 auto;
}

/* For other themes, adjust container width */
.container, .md-container {
  max-width: 95% !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}