@media only screen and (min-width: 76.25em) {
  .md-main__inner {
    max-width: none;
  }
  .md-sidebar--primary {
    left: 0;
  }
  .md-sidebar--secondary {
    right: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

:root  > * {
    --md-default-fg-color--light: #2b66b9;
}
.md-header {
    background: linear-gradient(90deg, #000835 0%, #3a8bff 100%);
}
.md-typeset {
    h1 {
        font-weight: 700;
    }
    h2 {
        color: #4878bb;
        font-weight: 500;
    }
    em {
        color: #245294;
        font-weight: 600;
        font-style: italic;
    }
    a {
        text-decoration: underline;
    }
}