
:root  > * {
  --md-primary-fg-color: #3A3A3A;
}


[data-md-color-primary=black] .md-header {
  background-color: #3A3A3A;
}

.md-grid {
  max-width: 95%;
  width: 95%;
}

.md-content {
  max-width: 95%;
}

.md-footer-meta {
  background-color: #3A3A3A;
}