@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Electrolize&family=Orbitron:wght@400..900&display=swap");
@font-face {
  font-family: "zorfich";
  src: url("/resource/ZORFICH.woff") format("woff");
}
body {
  color: #FBE3E4;
  font-family: "Electrolize", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1, .site-header .site-title, h2, h3, h4, h5, h6 {
  font-family: "Electrolize", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1, .site-header .site-title {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #cc7fe8;
  text-decoration: none;
}
a:hover {
  color: rgb(178.1622516556, 62.1523178808, 220.3476821192);
}
a:active, a:focus {
  color: rgb(178.1622516556, 62.1523178808, 220.3476821192);
  outline: thin dashed rgb(178.1622516556, 62.1523178808, 220.3476821192);
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: white;
}

blockquote {
  border-left: 2px solid #DDD;
  color: white;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: white;
  font-style: italic;
}
cite:before {
  content: "— ";
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid rgb(182.75, 182.75, 182.75);
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

tr, td, th {
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
article .post-content ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
article .post-content ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

.highlight pre {
  background-color: #272822;
}

.highlight .hll {
  background-color: #272822;
}

.highlight .c {
  color: #75715e;
} /* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
} /* Error */
.highlight .k {
  color: #66d9ef;
} /* Keyword */
.highlight .l {
  color: #ae81ff;
} /* Literal */
.highlight .n {
  color: #f8f8f2;
} /* Name */
.highlight .o {
  color: #f92672;
} /* Operator */
.highlight .p {
  color: #f8f8f2;
} /* Punctuation */
.highlight .cm {
  color: #75715e;
} /* Comment.Multiline */
.highlight .cp {
  color: #75715e;
} /* Comment.Preproc */
.highlight .c1 {
  color: #75715e;
} /* Comment.Single */
.highlight .cs {
  color: #75715e;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .kc {
  color: #66d9ef;
} /* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
} /* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
} /* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
} /* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
} /* Keyword.Type */
.highlight .ld {
  color: #e6db74;
} /* Literal.Date */
.highlight .m {
  color: #ae81ff;
} /* Literal.Number */
.highlight .s {
  color: #e6db74;
} /* Literal.String */
.highlight .na {
  color: #a6e22e;
} /* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
} /* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
} /* Name.Class */
.highlight .no {
  color: #66d9ef;
} /* Name.Constant */
.highlight .nd {
  color: #a6e22e;
} /* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
} /* Name.Entity */
.highlight .ne {
  color: #a6e22e;
} /* Name.Exception */
.highlight .nf {
  color: #a6e22e;
} /* Name.Function */
.highlight .nl {
  color: #f8f8f2;
} /* Name.Label */
.highlight .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
} /* Name.Other */
.highlight .py {
  color: #f8f8f2;
} /* Name.Property */
.highlight .nt {
  color: #f92672;
} /* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
} /* Name.Variable */
.highlight .ow {
  color: #f92672;
} /* Operator.Word */
.highlight .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.highlight .mf {
  color: #ae81ff;
} /* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #e6db74;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
} /* Literal.String.Char */
.highlight .sd {
  color: #e6db74;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
} /* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
} /* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
} /* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
} /* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f8f8f2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #ae81ff;
} /* Literal.Number.Integer.Long */
/* Generic Heading & Diff Header */
.highlight .gu {
  color: #75715e;
} /* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd {
  color: #f92672;
} /* Generic.Deleted & Diff Deleted */
.highlight .gi {
  color: #a6e22e;
} /* Generic.Inserted & Diff Inserted */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

table.rouge-table {
  table-layout: auto;
}

#skiptocontent a {
  padding: 10px;
  position: absolute;
  top: -100px;
  left: 0px;
  color: white;
  background: black;
}
#skiptocontent a:focus {
  left: 0px;
  top: 0px;
}

body {
  margin: 0;
  width: 100%;
  background-color: #333;
}

.site-header {
  padding: 1em 1em 0 1em;
}
.site-header a {
  margin-left: 0.5em;
}
.site-header .site-nav {
  flex-grow: 10;
  text-align: right;
}
.site-header .site-nav .nav-trigger, .site-header .site-nav label {
  display: none;
}
.site-header .site-nav .trigger {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: row;
}
.site-header .site-nav a {
  display: block;
  margin-left: 1.5em;
}
.site-header .wrapper {
  margin: 0 auto;
  max-width: 90em;
  padding: 0em 0.3em;
  text-align: left;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (min-width: 800) {
  .site-header .wrapper {
    margin: 0 3em;
  }
}
.site-header:after {
  content: "";
  display: block;
  margin: 1em auto 0 auto;
  padding: 1em 0 0 0;
  background-image: url(/resource/colourful.png);
  border-radius: 0.5em;
  background-size: cover;
  clear: both;
  margin: 0 auto;
  max-width: 90em;
}
@media only screen and (min-width: 800) {
  .site-header:after {
    margin: 0 3em;
  }
}
.site-header .site-title {
  color: #e8977f;
  font-family: zorfich, sans-serif;
  letter-spacing: 0.2em;
  display: inline;
  align-self: center;
}
.site-header > a {
  height: 40px;
  margin-top: 15px;
  margin-right: 20px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 800) {
  .site-header > a {
    float: right;
  }
}

@media only screen and (min-width: 800) and (max-width: 1700em) {
  .outer {
    margin: 0 auto;
    max-width: 90em;
    padding: 1em;
  }
}
@media only screen and (min-width: 800) and (max-width: 1700em) and (min-width: 800) {
  .outer {
    margin: 0 3em;
  }
}
@media only screen and (max-width: 800) {
  .outer {
    padding: 0.2em;
  }
}

main {
  margin: 0 auto;
  max-width: 90em;
}
@media only screen and (min-width: 800) {
  main {
    margin: 0 3em;
  }
}

article {
  margin: 1em;
  overflow: auto;
}
article.post {
  border: thin solid #e8977f;
  border-radius: 0.5em;
  padding: 0.5em;
}
article > header nav {
  display: flex;
  justify-content: space-between;
  margin: 0 0.1em;
}
article > header nav aside a {
  margin-left: 0.3em;
}
article > header::after {
  content: ".";
  display: block;
  width: 100%;
  height: 3px;
  background-size: cover;
  background-image: url(/resource/colourful.png);
  border-radius: 0.5em;
  clear: left;
}
article > header h1 a, article > header .site-header .site-title a, .site-header article > header .site-title a {
  color: #e8977f;
}
article .post-content {
  clear: both;
  margin-top: 0.3em;
}
article .post-content a {
  text-decoration: underline;
}
article .post-content img.icon {
  float: right;
  margin: 0.2em;
}
article .post-content pre > code {
  display: block;
}
article .post-content .rouge-table {
  margin: 0;
}
article .post-content .rouge-table td {
  padding: 0 0.2em;
}
article .post-content .highlight pre {
  margin: 0.3em;
  border-radius: 5px;
}
article .post-content code {
  padding: 0 0.5em;
  color: #6153CC;
  background-color: #DDD;
  font: monospace;
}
article footer a {
  text-decoration: underline;
}

footer.site-footer .footer-col-wrapper {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=main.css.map */