html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

html {
  box-sizing: border-box;
  font: 100% -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 6px solid #c02f1d;
}

nav ul {
  margin-top: 1.5rem;
  list-style: none;
}

.ipa {
  color: #555;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

address {
  display: inline;
  font-style: normal;
}

article, footer, header, main, nav {
  margin: 0 auto;
  max-width: 45rem;
  padding: 0 1.5rem;
}

h1 {
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

h1 code {
  font-size: 1.9rem;
}

h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3rem;
}

p, blockquote, pre, iframe, ul, ol, dl, dd, details, .vcard, .ipa {
  margin-bottom: 1.5rem;
}

a {
  color: #c02f1d;
  text-decoration: underline;
  text-decoration-color: #dd8e84;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.1rem;
}

a:visited {
  color: #9a2617;
  text-decoration-color: #c88980;
}

blockquote {
  color: #555;
}

blockquote, pre {
  border-left: 3px solid #eee;
}

blockquote, pre, ul, ol, dd {
  padding-left: 1.5rem;
}

code {
  line-height: 1rem;
  font-size: 0.9rem;
  font-family: "SF Mono", Menlo, Monaco, monospace;
}

dd:last-child {
  margin-bottom: 0;
}

iframe {
  border: 1px solid #eee;
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  text-align: center;
  color: #555;
  margin-bottom: 1.5rem;
}

footer h2 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}

pre {
  white-space: pre-wrap;
  overflow: auto;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

.pull-left, .pull-right {
  margin-bottom: 1.5rem;
}

.pull-left {
  float: left;
  margin-right: 1.5rem;
}

.pull-right {
  float: right;
  margin-left: 1.5rem;
}

.vcard {
  text-align: center;
  color: #555;
}

.center {
  text-align: center;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -0.75rem;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin: 0 0.75rem;
}

@media (max-width: 576px) {
  .row, .column {
    display: block;
  }
}

@font-face {
  font-family: 'icomoon';
  src:  url('f/i.eot?ul5txc');
  src:  url('f/i.eot?ul5txc#iefix') format('embedded-opentype'),
    url('f/i.ttf?ul5txc') format('truetype'),
    url('f/i.woff?ul5txc') format('woff'),
    url('f/i.svg?ul5txc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.rss {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
}

.rss:before {
  content: "\ea9c";
}

:target {
  background-color: hsl(150.74, 73.64%, 43.14%, 24%);
}

/* Syntax highlighting. */
.highlight .c { color: #998; font-style: italic; }
.highlight .err { background-color: #e3d2d2; color: #a61717; }
.highlight .k { font-weight: bold }
.highlight .o { font-weight: bold }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-style: italic; font-weight: bold; }
.highlight .gd { background-color: #fdd; color: #000; }
.highlight .gd .x { background-color: #faa; color: #000; }
.highlight .ge { font-style: italic }
.highlight .gr { color: #a00 }
.highlight .gh { color: #999 }
.highlight .gi { background-color: #dfd; color: #000; }
.highlight .gi .x { background-color: #afa; color: #000; }
.highlight .go { color: #888 }
.highlight .gp { color: #555 }
.highlight .gs { font-weight: bold }
.highlight .gu { color: #aaa }
.highlight .gt { color: #a00 }
.highlight .kc { font-weight: bold }
.highlight .kd { font-weight: bold }
.highlight .kp { font-weight: bold }
.highlight .kr { font-weight: bold }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099 }
.highlight .s { color: #d14 }
.highlight .na { color: #008080 }
.highlight .nb { color: #0086b3 }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080 }
.highlight .ni { color: #800080 }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555 }
.highlight .nt { color: #000080 }
.highlight .nv { color: #008080 }
.highlight .ow { font-weight: bold }
.highlight .w { color: #bbb }
.highlight .mf { color: #099 }
.highlight .mh { color: #099 }
.highlight .mi { color: #099 }
.highlight .mo { color: #099 }
.highlight .sb { color: #d14 }
.highlight .sc { color: #d14 }
.highlight .sd { color: #d14 }
.highlight .s2 { color: #d14 }
.highlight .se { color: #d14 }
.highlight .sh { color: #d14 }
.highlight .si { color: #d14 }
.highlight .sx { color: #d14 }
.highlight .sr { color: #009926 }
.highlight .s1 { color: #d14 }
.highlight .ss { color: #990073 }
.highlight .bp { color: #999 }
.highlight .vc { color: #008080 }
.highlight .vg { color: #008080 }
.highlight .vi { color: #008080 }
.highlight .il { color: #099 }
