body {
  background-color: black;
  padding-top: 76px;
}

/* Set font to Oxanium */
body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Oxanium', sans-serif;
  color: white;
}

.page-section {
  padding: 100px 0;
}

.custom-navbar {
  position: fixed;
  height: 76px;
  top: 0px;    /* space from top */
  left: 20px;   /* space from left */
  right: 10px;  /* space from right */
  z-index: 1030; /* same as Bootstrap fixed-top */
  border-radius: 0.5rem; /* optional, looks cleaner with spacing */
}

/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.prettyprint {
  background: #000;
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
  border: 0 !important;
}

.pln {
  color: #fff;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  padding-left: 1em;
  background-color: #000;
  list-style-type: decimal;
}

@media screen {

  /* string content */

  .str {
    color: #6f0;
  }

  /* keyword */

  .kwd {
    color: #f60;
  }

  /* comment */

  .com {
    color: #93c;
  }

  /* type name */

  .typ {
    color: #458;
  }

  /* literal value */

  .lit {
    color: #458;
  }

  /* punctuation */

  .pun {
    color: #fff;
  }

  /* lisp open bracket */

  .opn {
    color: #fff;
  }

  /* lisp close bracket */

  .clo {
    color: #fff;
  }

  /* markup tag name */

  .tag {
    color: #fff;
  }

  /* markup attribute name */

  .atn {
    color: #9c9;
  }

  /* markup attribute value */

  .atv {
    color: #6f0;
  }

  /* declaration */

  .dec {
    color: #fff;
  }

  /* variable name */

  .var {
    color: #fff;
  }

  /* function name */

  .fun {
    color: #fc0;
  }
}