body {
  background: #141518;
  color: #d0d0d0; }

.navigation .title,
.navigation-title {
  color: #d0d0d0; }

.navigation {
  background: #34373C;
  border-bottom: .1rem solid #1B1C1D; }

.header {
  background-color: #141518; }

pre {
  background: #2C2F34; }

.prettyprint {
  color: #d0d0d0; }

.prettyprint.lang-md * {
  color: #d0d0d0 !important; }

code {
  background: #2C2F34; }

.prettyprint .atv {
  color: #499edf; }

.text-center {
  text-align: center; }

code {
  overflow-x: scroll; }

div.footnotes {
  font-size: 90%;
  color: #606c76; }
  div.footnotes hr {
    border-color: #606c76; }

p img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 40rem) {
  .row .column.column-25, .row .column.column-50, .row .column.column-75 {
    flex: 0 0 100%;
    max-width: 100%; }
  .row .column.column-offset-25 {
    margin-left: 0%; } }
