html {
  font-family: Sans-serif;
  background: #fff;
  line-height: 1.5;
  margin: auto;
  color: #111;
}

body {
  margin: 0;
  padding: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em;
}

h1 {
  font-size: 175%;
}

a {
  color: #0060df;
}

a:visited {
  color: #982395;
}

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

hr {
  border: 0;
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------------------*/
header {
  background: #111;
  color: white;
  margin-bottom: 1.75em;
}
header a, header a:visited, header a:hover {
  color: white;
  text-decoration: underline;
}
header a, header a:visited {
  text-decoration: none;
}
header h2 {
  margin: 1.15em 0 0 0;
}
header h2::after {
  content: ".";
  color: #7E9F5B;
}
header nav {
  padding: 1em 0;
}
header nav a {
  padding: 0.5em 0.75em;
}
header nav a:hover {
  background: #7E9F5B;
}
header nav ul {
  padding: 0;
}
header nav li {
  display: inline;
}
header nav li .current {
  background: #555;
}
header nav li .current, header nav a:hover {
  border-radius: 2px;
}
header nav li .current:hover {
  background: #7E9F5B;
}
@media screen and (max-width: 640px) {
  header .left {
    margin: 0.45em 0 0 0;
  }
  header ul {
    margin: 0.15em 0;
  }
  header nav a {
    padding: 0.45em 0.5em;
  }
}

/*---------------------------------------------------------------------------*/
/* Page Content
/*---------------------------------------------------------------------------*/
.post-list {
  list-style: none;
  display: table-cell;
  line-height: 1.85;
  padding-left: 0;
}
.post-list .date {
  padding-right: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .post-list {
    display: table;
  }
  .post-list a {
    padding: 0 0 1em 0;
  }
}

/*---------------------------------------------------------------------------*/
/* Page: About
/*---------------------------------------------------------------------------*/
.avatar {
  margin: 0 0 1em 1em;
  max-width: 125px;
  border-radius: 2px;
}
@media screen and (max-width: 640px) {
  .avatar {
    max-width: 100px;
  }
}

/*---------------------------------------------------------------------------*/
/* Post: Content
/*---------------------------------------------------------------------------*/
article .highlight, article code {
  background: #f2f2f2;
  padding: 3px 7px;
  font-size: 14px;
}
article .highlight {
  display: flex;
}
article .highlighter-rouge {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  white-space: pre;
  margin-bottom: 0.25em;
}
article pre, article pre code {
  overflow: auto;
}
article img {
  margin: 1em auto;
  display: block;
  max-width: 100%;
  border-radius: 2px;
}
article video {
  margin: 0 auto;
  display: block;
}
article .grid-container {
  display: flex;
}
@media screen and (max-width: 640px) {
  article .grid-container {
    display: unset;
  }
}
article .grid-item {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  padding: 0 1px;
}
@media screen and (max-width: 640px) {
  article .grid-item {
    max-width: 100%;
  }
}
article figure {
  margin: 2em auto;
  padding: 0;
}
article figure img {
  padding: 0;
}
article figcaption {
  text-align: center;
  margin: 1em 0;
  color: #222;
  font-size: 90%;
}
@media screen and (max-width: 640px) {
  article figcaption {
    margin: 0.5em 0;
  }
}
article .flag, article .flagv {
  margin: 0;
  display: unset;
  width: unset;
  max-width: 16px;
  border-radius: 0px;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.25));
}
article .flagv {
  margin: 0 3px -2px 0;
}
article blockquote {
  background: rgba(0, 0, 0, 0.075);
  padding: 0.25em 1.55em;
  font-style: italic;
  border-radius: 2px;
}
article table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0;
}
article td, article th {
  border: 1px solid #c2bebe;
  padding: 0.5em;
}
article td code, article th code {
  white-space: pre;
}
article th {
  text-align: left;
  background: rgba(0, 0, 0, 0.1);
}
article tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}

/*---------------------------------------------------------------------------*/
/* Post: Meta
/*---------------------------------------------------------------------------*/
.meta {
  border-top: 1px solid #ddd;
}

/*---------------------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------------------*/
footer {
  background: #f1f1f1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0 1em 0;
  margin-top: 2em;
  text-align: center;
}

/*---------------------------------------------------------------------------*/
/* Import `default` last
/*---------------------------------------------------------------------------*/
.highlight .hll {
  background-color: #ffffcc;
}

.highlight .c {
  color: #408080;
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #008000;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #666666;
} /* Operator */
.highlight .cm {
  color: #408080;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #BC7A00;
} /* Comment.Preproc */
.highlight .c1 {
  color: #408080;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #408080;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #A00000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #FF0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00A000;
} /* Generic.Inserted */
.highlight .go {
  color: #808080;
} /* Generic.Output */
.highlight .gp {
  color: #000080;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #0040D0;
} /* Generic.Traceback */
.highlight .kc {
  color: #008000;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #008000;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #008000;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #008000;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #008000;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #B00040;
} /* Keyword.Type */
.highlight .m {
  color: #666666;
} /* Literal.Number */
.highlight .s {
  color: #BA2121;
} /* Literal.String */
.highlight .na {
  color: #7D9029;
} /* Name.Attribute */
.highlight .nb {
  color: #008000;
} /* Name.Builtin */
.highlight .nc {
  color: #0000FF;
  font-weight: bold;
} /* Name.Class */
.highlight .no {
  color: #880000;
} /* Name.Constant */
.highlight .nd {
  color: #AA22FF;
} /* Name.Decorator */
.highlight .ni {
  color: #999999;
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  color: #D2413A;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #0000FF;
} /* Name.Function */
.highlight .nl {
  color: #A0A000;
} /* Name.Label */
.highlight .nn {
  color: #0000FF;
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  color: #008000;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #19177C;
} /* Name.Variable */
.highlight .ow {
  color: #AA22FF;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #666666;
} /* Literal.Number.Float */
.highlight .mh {
  color: #666666;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #666666;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #666666;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #BA2121;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #BA2121;
} /* Literal.String.Char */
.highlight .sd {
  color: #BA2121;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #BA2121;
} /* Literal.String.Double */
.highlight .se {
  color: #BB6622;
  font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
  color: #BA2121;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #BB6688;
  font-weight: bold;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #008000;
} /* Literal.String.Other */
.highlight .sr {
  color: #BB6688;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #BA2121;
} /* Literal.String.Single */
.highlight .ss {
  color: #19177C;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #008000;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #19177C;
} /* Name.Variable.Class */
.highlight .vg {
  color: #19177C;
} /* Name.Variable.Global */
.highlight .vi {
  color: #19177C;
} /* Name.Variable.Instance */
.highlight .il {
  color: #666666;
} /* Literal.Number.Integer.Long */

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