body {
  --md-default-bg-color: #1a1d23 !important;
  --md-typeset-a-color: #ee653f !important;
  --md-accent-fg-color: #ea7d5f !important;
  --md-default-fg-color--light: white !important;
  --md-accent-fg-color--transparent: #272c34 !important;
  --md-primary-fg-color: #272c35 !important;
  color: white !important;
  overflow-y: auto;
  scroll-behavior: smooth;
  height: 100vh !important;
  max-height: 100vh !important;
}

header {
  background: #272c35 !important;
}
