/* <stdin> */
@font-face {
  font-family: "IBMPlexSans";
  src:
    url("./IBMPlexSans-Text-FSC3BT5K.woff2") format("woff2"),
    url("./IBMPlexSans-Text-LDZBDHGN.woff") format("woff"),
    url("./IBMPlexSans-Text-2UGYZ2PD.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans";
  src:
    url("./IBMPlexSans-Bold-5IPJFPI3.woff2") format("woff2"),
    url("./IBMPlexSans-Bold-N5O67RWJ.woff") format("woff"),
    url("./IBMPlexSans-Bold-YHYLUEUB.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}
body {
  background-color: black;
  color: white;
  background-image: url("./bg-GMERRRCF.webp");
}
a {
  color: white;
}
h4 {
  color: white;
}
#header {
  background-color: rgba(0, 0, 0, 0.8);
}
#site-title-text {
  color: white;
}
#container {
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid white;
}
#footer {
  background-color: rgba(0, 0, 0, 0.8);
}
#links-title > a {
  color: white;
}
code {
  background: #272822;
}
blockquote {
  background-color: #272822;
}
@media (prefers-color-scheme: light) {
  body {
    background-color: #b9e5ff;
    color: black;
  }
  a {
    color: black;
  }
  h4 {
    color: black;
  }
  #site-title {
    color: black;
  }
  #site-title-text {
    color: black;
  }
  #header {
    background-color: white;
    border-bottom: 1px solid black;
  }
  #container {
    background-color: white;
    border: 1px solid black;
    margin-bottom: 1em;
  }
  #footer {
    background-color: rgb(255, 255, 255);
    border-top: 1px solid black;
  }
  #links-title > a {
    color: black;
  }
  blockquote {
    background-color: #eb95e845;
  }
  img {
    background: black;
  }
  code {
    color: white;
  }
}
body {
  display: flex;
  flex-direction: column;
  background-repeat: repeat-y;
  background-size: 150%, 150%;
  min-height: 100vh;
  background-position-x: 20%;
  image-rendering: crisp-edges;
  font-family:
    "IBMPlexSans",
    helvetica,
    calibri,
    sans-serif;
  margin: 0;
}
a {
  border-bottom: 0.1em solid #d24ecf;
  text-decoration: none;
}
a:hover {
  background-color: #d24ecf;
}
h1,
h2,
h3,
h4 {
  text-align: left;
}
h1::after,
h2::after,
h3::after,
h4::after {
  content: "\2826";
}
h1::before,
h2::before,
h3::before,
h4::before {
  content: "\2834";
}
.footnote-ref::before {
  content: "[";
}
.footnote-ref::after {
  content: "]";
}
.footnote-ref {
  color: #d24ecf;
  border-bottom: 0 none white;
  margin: 0.1em;
}
.footnote-ref:hover {
  color: white;
}
img {
  display: block;
  margin: auto;
  border-radius: 5px;
  max-width: 100%;
}
ol > li {
  margin-bottom: 0.7em;
}
blockquote {
  border-left: 3px solid #d24ecf;
  padding-left: 1em;
  padding-right: 2em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
@media (min-width: 800px) {
  #site-title {
    font-size: 4em;
  }
  #links-title > a {
    font-size: 3em;
  }
}
@media (max-width: 800px) {
  #site-title {
    font-size: 1.2em;
  }
  #container > #list {
    padding-left: 0;
  }
  #links-title > a {
    font-size: 1em;
  }
  #main {
    margin-top: 10em;
    margin-bottom: 10em;
  }
}
#site-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#site-title > h1 {
  margin-top: 0;
  margin-bottom: 0.3em;
}
#links-title > a {
  margin: 0.5em;
  border-bottom: 0.2vw solid #d24ecf;
}
#links-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#site-title-text {
  border: none;
}
#site-title-text:hover {
  background: none;
}
#main {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#container {
  margin-top: 3em;
  font-size: 1em;
  padding: 2em;
}
@media (min-width: 1000px) {
  body {
    text-align: justify;
  }
  #container {
    width: 80ch;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  body {
    text-align: justify;
  }
  #container {
    width: 70vw;
  }
}
@media (max-width: 800px) {
  body {
    text-align: left;
  }
  #container {
    width: 95vw;
  }
}
.post-item {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.post-list-link {
  margin-left: 0.5em;
}
.post-list-link > a {
  border-bottom: none;
}
.article-metadata > p {
  margin: 0;
}
@media (min-width: 800px) {
  .article-metadata > p {
    font-size: 0.7em;
  }
  .post-item {
    font-size: 1em;
  }
}
#article-title {
  margin: 0;
}
article > ul > li {
  margin-bottom: 0.7em;
}
#footer > p {
  margin: 0.35em;
}
#footer {
  margin-top: auto;
  font-size: 0.7em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
code {
  white-space: pre-wrap;
  padding: 0.2em;
}
pre {
  padding: 0.5em;
}
.highlight {
  padding-left: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  overflow: auto;
}
table,
th,
td {
  border: 1px solid;
}
table {
  border-collapse: collapse;
  display: block;
  overflow: auto;
}
th,
td {
  text-align: center;
  padding: 0.2em;
}
th {
  background: #3e3e3e78;
}
.highlight .hll {
  background-color: #49483e;
}
.highlight {
  background: #272822;
  color: #f8f8f2;
}
.highlight .c {
  color: #75715e;
}
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}
.highlight .k {
  color: #66d9ef;
}
.highlight .l {
  color: #ae81ff;
}
.highlight .n {
  color: #f8f8f2;
}
.highlight .o {
  color: #f92672;
}
.highlight .p {
  color: #f8f8f2;
}
.highlight .ch {
  color: #75715e;
}
.highlight .cm {
  color: #75715e;
}
.highlight .cp {
  color: #75715e;
}
.highlight .cpf {
  color: #75715e;
}
.highlight .c1 {
  color: #75715e;
}
.highlight .cs {
  color: #75715e;
}
.highlight .gd {
  color: #f92672;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gi {
  color: #a6e22e;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #75715e;
}
.highlight .kc {
  color: #66d9ef;
}
.highlight .kd {
  color: #66d9ef;
}
.highlight .kn {
  color: #f92672;
}
.highlight .kp {
  color: #66d9ef;
}
.highlight .kr {
  color: #66d9ef;
}
.highlight .kt {
  color: #66d9ef;
}
.highlight .ld {
  color: #e6db74;
}
.highlight .m {
  color: #ae81ff;
}
.highlight .s {
  color: #e6db74;
}
.highlight .na {
  color: #a6e22e;
}
.highlight .nb {
  color: #f8f8f2;
}
.highlight .nc {
  color: #a6e22e;
}
.highlight .no {
  color: #66d9ef;
}
.highlight .nd {
  color: #a6e22e;
}
.highlight .ni {
  color: #f8f8f2;
}
.highlight .ne {
  color: #a6e22e;
}
.highlight .nf {
  color: white;
}
.highlight .nl {
  color: #f8f8f2;
}
.highlight .nn {
  color: #f8f8f2;
}
.highlight .nx {
  color: #a6e22e;
}
.highlight .py {
  color: #f8f8f2;
}
.highlight .nt {
  color: #f92672;
}
.highlight .nv {
  color: #f8f8f2;
}
.highlight .ow {
  color: #f92672;
}
.highlight .w {
  color: #f8f8f2;
}
.highlight .mb {
  color: #ae81ff;
}
.highlight .mf {
  color: #ae81ff;
}
.highlight .mh {
  color: #ae81ff;
}
.highlight .mi {
  color: #ae81ff;
}
.highlight .mo {
  color: #ae81ff;
}
.highlight .sa {
  color: #e6db74;
}
.highlight .sb {
  color: #e6db74;
}
.highlight .sc {
  color: #e6db74;
}
.highlight .dl {
  color: #e6db74;
}
.highlight .sd {
  color: #e6db74;
}
.highlight .s2 {
  color: #e6db74;
}
.highlight .se {
  color: #ae81ff;
}
.highlight .sh {
  color: #e6db74;
}
.highlight .si {
  color: #e6db74;
}
.highlight .sx {
  color: #e6db74;
}
.highlight .sr {
  color: #e6db74;
}
.highlight .s1 {
  color: #e6db74;
}
.highlight .ss {
  color: #e6db74;
}
.highlight .bp {
  color: #f8f8f2;
}
.highlight .fm {
  color: #a6e22e;
}
.highlight .vc {
  color: #f8f8f2;
}
.highlight .vg {
  color: #f8f8f2;
}
.highlight .vi {
  color: #f8f8f2;
}
.highlight .vm {
  color: #f8f8f2;
}
.highlight .il {
  color: #ae81ff;
}
