/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://rsms.me/inter/inter-ui.css");
@import url("https://rsms.me/inter/inter-ui.css");
@import url("https://rsms.me/inter/inter-ui.css");
@import url("https://rsms.me/inter/inter-ui.css");
@import url("https://rsms.me/inter/inter-ui.css");
@import url("https://rsms.me/inter/inter-ui.css");
@import url("https://rsms.me/inter/inter-ui.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif; } }

html {
  font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif; } }

h1 {
  font-size: 3em;
  line-height: 1.25;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 0.6em; }

h3 {
  font-size: 2em;
  line-height: 1.125;
  margin-bottom: 0.75em; }

h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em; }

h5 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1.2em; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

body {
  font-size: 1em;
  line-height: 1.5; }

p,
ol,
ul,
pre {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em; }

h1 {
  font-size: 2.074rem;
  line-height: 2.4rem;
  margin-bottom: 1.02rem; }

h2 {
  font-size: 1.728rem;
  line-height: 1.8rem;
  margin-bottom: 1.02rem; }

h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1.02rem; }

h4 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 1.02rem; }

h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1.02rem; }

h6 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1.02rem; }

body {
  font-size: 1rem;
  line-height: 1.2; }

p,
ol,
ul,
pre {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1.02rem; }

@media (min-width: 600px) {
  h1 {
    font-size: 2.2814rem;
    line-height: 2.64rem;
    margin-bottom: 1.122rem; }
  h2 {
    font-size: 1.9008rem;
    line-height: 1.98rem;
    margin-bottom: 1.122rem; }
  h3 {
    font-size: 1.54rem;
    line-height: 1.98rem;
    margin-bottom: 1.122rem; }
  h4 {
    font-size: 1.32rem;
    line-height: 1.32rem;
    margin-bottom: 1.122rem; }
  h5 {
    font-size: 1.1rem;
    line-height: 1.32rem;
    margin-bottom: 1.122rem; }
  h6 {
    font-size: 1.1rem;
    line-height: 1.32rem;
    margin-bottom: 1.122rem; }
  body {
    font-size: 1.1rem;
    line-height: 1.2; }
  p,
  ol,
  ul,
  pre {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 1.122rem; } }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.4888rem;
    line-height: 2.88rem;
    margin-bottom: 1.224rem; }
  h2 {
    font-size: 2.0736rem;
    line-height: 2.16rem;
    margin-bottom: 1.224rem; }
  h3 {
    font-size: 1.68rem;
    line-height: 2.16rem;
    margin-bottom: 1.224rem; }
  h4 {
    font-size: 1.44rem;
    line-height: 1.44rem;
    margin-bottom: 1.224rem; }
  h5 {
    font-size: 1.2rem;
    line-height: 1.44rem;
    margin-bottom: 1.224rem; }
  h6 {
    font-size: 1.2rem;
    line-height: 1.44rem;
    margin-bottom: 1.224rem; }
  body {
    font-size: 1.2rem;
    line-height: 1.2; }
  p,
  ol,
  ul,
  pre {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1.224rem; } }

html {
  font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif; } }

th {
  font-weight: 600; }

td,
th {
  border-bottom: 1px solid #595959;
  overflow: auto;
  padding: 0.75em;
  text-align: left;
  vertical-align: top; }

thead th {
  border-bottom: 1px solid #F9C412; }

table {
  display: block;
  overflow-x: auto; }

html {
  font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif; } }

pre, code {
  overflow-x: auto; }

pre {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; }
  pre code:not([class]) {
    padding: 1.5em;
    overflow-x: scroll; }

code, kbd {
  background: #2d2d2d;
  border-radius: 0.3em;
  color: #e2777a;
  padding: 0 0.3em;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 90%; }

kbd {
  color: #7ec699;
  background: #2d2d2d; }

mark {
  background: #F9C412;
  padding: 0 0.3em; }

html {
  font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter UI", sans-serif; }

h2 {
  font-style: italic; }

h4 {
  font-style: italic; }

h6 {
  font-style: italic; }

html {
  font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif; } }

a {
  color: #F9C412;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

small {
  color: #ccc; }

hr {
  border-bottom: 1px solid #eee; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F9C412; }

figcaption {
  color: #ccc;
  margin-top: 0.75em;
  font-size: 80%; }

dt {
  font-weight: 600; }

@media (max-width: 767px) {
  fieldset {
    min-width: 0; }
    fieldset * {
      flex-grow: 1;
      page-break-before: auto; }
  x:-moz-any-link {
    display: table-cell; } }

html {
  font-family: 'Inter UI', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter UI var alt', sans-serif; } }

form {
  padding: 1.5em 1.5em 0;
  border: solid #202020;
  border-width: 0.2rem;
  margin-bottom: 1.5em; }
  form small {
    font-style: italic; }

fieldset {
  padding: 0;
  margin: 0; }
  fieldset legend {
    font-size: 150%;
    margin-bottom: 0.75em; }

input,
textarea,
select,
button {
  border-radius: 0.3em;
  display: inline-block;
  padding: 0.75em;
  max-width: 100%; }
  input + label,
  input + input[type="checkbox"],
  input + input[type="radio"],
  textarea + label,
  textarea + input[type="checkbox"],
  textarea + input[type="radio"],
  select + label,
  select + input[type="checkbox"],
  select + input[type="radio"],
  button + label,
  button + input[type="checkbox"],
  button + input[type="radio"] {
    page-break-before: always; }

input,
select,
textarea {
  margin-bottom: 1.5em; }

textarea {
  min-height: 7.5em;
  min-width: 15em; }

label {
  display: inline-block; }
  label + * {
    page-break-before: always; }

fieldset > * {
  display: block; }

select, input {
  display: inline; }

form > *:not(fieldset),
fieldset > * {
  margin-right: 0.75em; }

input[type="submit"],
input[type="reset"],
button {
  background: #f2f2f2;
  color: #191919;
  cursor: pointer;
  display: inline-block;
  padding: 0.75em 1.5em;
  text-align: center;
  margin: 0 0.75em 1.5em 0; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button:hover {
    background: #d9d9d9;
    color: #000; }
  input[type="submit"][disabled],
  input[type="reset"][disabled],
  button[disabled] {
    background: #e6e6e6;
    color: #404040;
    cursor: not-allowed; }

input[type="submit"],
button[type="submit"],
button:not([disabled]) {
  background: #F9C412;
  color: #181818; }
  input[type="submit"]:hover,
  button[type="submit"]:hover,
  button:not([disabled]):hover {
    background: #ba9005;
    color: black; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="range"],
input[type="file"],
input[type="datetime-local"],
select,
textarea {
  border: 1px solid #595959;
  padding: 0.75em; }

input[type="checkbox"],
input[type="radio"] {
  flex-grow: 0;
  margin: 0.75em 0.375em 0.75em 0;
  vertical-align: middle; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    page-break-before: avoid; }

select[multiple] {
  min-width: 15em; }

* {
  border: 0;
  box-sizing: border-box; }

img {
  max-width: 100%; }

body {
  font-family: "Inter UI", sans-serif;
  background: #181818;
  color: #eee; }

section {
  margin-left: auto;
  margin-right: auto;
  width: 900px; }

#menu-toggle {
  display: none; }

header label {
  display: block; }

#menu-toggle:checked ~ a {
  display: block;
  padding: 0.75em 0;
  margin: 0 1.5em;
  text-align: center;
  border-bottom: solid 1px #ccc; }

#menu-toggle:checked ~ a:last-of-type {
  padding-bottom: 0;
  border: 0; }

#menu-toggle:checked ~ label {
  border-bottom: solid 1px #aaa;
  padding-bottom: 0.75em; }

#menu-toggle:not(:checked) ~ a {
  display: none; }

header {
  padding: 4.5em 1.5em 3em;
  width: 37.5em;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column; }
  header p {
    margin-top: 0; }
  header nav {
    position: fixed;
    /* Set the navbar to fixed position */
    top: 0;
    /* Position the navbar at the top of the page */
    left: 0;
    width: 100vw;
    /* Full width */
    padding: 0.375em 1.5em;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 200;
    text-align: right; }
    header nav h1 {
      float: left;
      font-size: inherit;
      line-height: inherit;
      margin: 0;
      text-align: left; }
    header nav a {
      font-weight: 700;
      text-decoration: none;
      font-family: "Inter UI", sans-serif;
      color: #181818;
      margin-left: 1.5em; }
    header nav a:first-of-type {
      margin-left: auto; }
    header nav a:last-of-type {
      margin-right: 1.5em; }
    header nav label {
      color: black;
      cursor: pointer;
      margin: 0;
      font-style: normal;
      text-align: right; }

main {
  max-width: 70rem;
  margin: 0 auto;
  border-top: 0.5px solid #ccc; }

footer {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 3em;
  text-align: center; }
  footer > * {
    margin: 1.5em; }

footer nav a img {
  vertical-align: middle; }

footer p,
footer nav {
  font-size: 90%; }

article {
  max-width: 100%;
  padding: 1.5em; }

article {
  width: 37.5em;
  margin: 0 auto; }

ol,
ul {
  margin-top: 0; }

li dl,
li ol,
li ul {
  margin-bottom: 0; }

dl {
  display: inline-block;
  margin: 0 0 1.5em 0; }

dt {
  padding-top: 0.75em;
  padding-left: 0.75em; }

dd {
  padding-bottom: 0.75em;
  margin-left: 2.25em; }
  dd + dt {
    border-top: 1px solid #F9C412; }

blockquote {
  border-left: 1px solid #F9C412;
  padding: 0 1.5em;
  margin: 1.5em 0 1.5em 1.5em; }
  blockquote footer {
    background: none;
    display: block;
    color: #ccc;
    padding: 0.75em 0;
    font-size: 90%;
    text-align: start; }

img {
  height: auto;
  margin: 0 auto; }

figure {
  margin: 1.5em; }
  figure img {
    display: block; }

/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #2d2d2d; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999; }

.token.punctuation {
  color: #ccc; }

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a; }

.token.function-name {
  color: #6196cc; }

.token.boolean,
.token.number,
.token.function {
  color: #f08d49; }

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555; }

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd; }

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699; }

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

.token.inserted {
  color: green; }
