/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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: bolder;
}

/**
 * 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;
}

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

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

.highlight .c {
  color: #999999;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .g {
  color: #d0d0d0;
} /* Generic */
.highlight .k {
  color: #46a891;
  font-weight: bold;
} /* Keyword */
.highlight .l {
  color: #d0d0d0;
} /* Literal */
.highlight .n {
  color: #d0d0d0;
} /* Name */
.highlight .o {
  color: #d0d0d0;
} /* Operator */
.highlight .x {
  color: #d0d0d0;
} /* Other */
.highlight .p {
  color: #d0d0d0;
} /* Punctuation */
.highlight .cm {
  color: #999999;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #cd2828;
  font-weight: bold;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999999;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #e50808;
  font-weight: bold;
  background-color: #520000;
} /* Comment.Special */
.highlight .gd {
  color: #d22323;
} /* Generic.Deleted */
.highlight .ge {
  color: #d0d0d0;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #d22323;
} /* Generic.Error */
.highlight .gh {
  color: #ffffff;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #589819;
} /* Generic.Inserted */
.highlight .go {
  color: #cccccc;
} /* Generic.Output */
.highlight .gp {
  color: #aaaaaa;
} /* Generic.Prompt */
.highlight .gs {
  color: #d0d0d0;
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #ffffff;
  text-decoration: underline;
} /* Generic.Subheading */
.highlight .gt {
  color: #d22323;
} /* Generic.Traceback */
.highlight .kc {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #46a891;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Type */
.highlight .ld {
  color: #d0d0d0;
} /* Literal.Date */
.highlight .m {
  color: #3677a9;
} /* Literal.Number */
.highlight .s {
  color: #ed9d13;
} /* Literal.String */
.highlight .na {
  color: #bbbbbb;
} /* Name.Attribute */
.highlight .nb {
  color: #24909d;
} /* Name.Builtin */
.highlight .nc {
  color: #447fcf;
  text-decoration: underline;
} /* Name.Class */
.highlight .no {
  color: #40ffff;
} /* Name.Constant */
.highlight .nd {
  color: #ffa500;
} /* Name.Decorator */
.highlight .ni {
  color: #d0d0d0;
} /* Name.Entity */
.highlight .ne {
  color: #bbbbbb;
} /* Name.Exception */
.highlight .nf {
  color: #447fcf;
} /* Name.Function */
.highlight .nl {
  color: #d0d0d0;
} /* Name.Label */
.highlight .nn {
  color: #447fcf;
  text-decoration: underline;
} /* Name.Namespace */
.highlight .nx {
  color: #d0d0d0;
} /* Name.Other */
.highlight .py {
  color: #d0d0d0;
} /* Name.Property */
.highlight .nt {
  color: #46a891;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #40ffff;
} /* Name.Variable */
.highlight .ow {
  color: #46a891;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #666666;
} /* Text.Whitespace */
.highlight .mf {
  color: #3677a9;
} /* Literal.Number.Float */
.highlight .mh {
  color: #3677a9;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #3677a9;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #3677a9;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #ed9d13;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #ed9d13;
} /* Literal.String.Char */
.highlight .sd {
  color: #ed9d13;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #ed9d13;
} /* Literal.String.Double */
.highlight .se {
  color: #ed9d13;
} /* Literal.String.Escape */
.highlight .sh {
  color: #ed9d13;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #ed9d13;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #ffa500;
} /* Literal.String.Other */
.highlight .sr {
  color: #ed9d13;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #ed9d13;
} /* Literal.String.Single */
.highlight .ss {
  color: #ed9d13;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #24909d;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #40ffff;
} /* Name.Variable.Class */
.highlight .vg {
  color: #40ffff;
} /* Name.Variable.Global */
.highlight .vi {
  color: #40ffff;
} /* Name.Variable.Instance */
.highlight .il {
  color: #3677a9;
} /* Literal.Number.Integer.Long */
/* 0. Variables
   ========================================================================== */
/* 1. General
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

html,
html.light {
  --bg_color: #f7dd51;
  --header_bg: #f4e591;
  --content_bg: #fbf1bb;
  --archive_font: #000;
  --archive_title: #46a891;
  --archive_title_hover: #87CDBD;
  --name_font: #FFAA00;
  --job_font: #003845;
  --nav_font: #8d7edc;
  --nav_font_hover: #D4CEF2;
  --shadow_color: rgba(160, 160, 160, 0.05);
  --post_title: #003845;
  --post_date: #003845;
  --post_text: #4c4c4c;
  --post_h3: #4c4c4c;
  --post_link: #46a891;
  --post_link_hover: #87CDBD;
  --inlinecode_text: #FFAA00;
  --blockquote: #333;
  --footer_font: #858585;
  --footer_font_a: #000;
  --border_radius: 15px;
}

html.dark {
  --bg_color: #1C1C1E;
  --header_bg: #24292E;
  --content_bg: #2F3437;
  --archive_font: #CACCCE;
  --archive_title: #46a891;
  --archive_title_hover: #87CDBD;
  --name_font: #FFAA00;
  --job_font: #CACCCE;
  --nav_font: #8d7edc;
  --nav_font_hover: #D4CEF2;
  --shadow_color: rgba(0, 0, 0, 1);
  --post_title: #46a891;
  --post_date: #e9ead7;
  --post_text: #CACCCE;
  --post_h3: #fff;
  --post_link: #8d7edc;
  --post_link_hover: #D4CEF2;
  --inlinecode_text: #FFAA00;
  --blockquote: #CACCCE;
  --footer_font_a: #d1d1d1;
  --border_radius: 1px;
}

@media (prefers_color: light), (prefers_color: no-preference) {
  html {
    --bg_color: #f7dd51;
    --header_bg: #f4e591;
    --content_bg: #fbf1bb;
    --archive_font: #000;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #FFAA00;
    --job_font: #003845;
    --nav_font: #8d7edc;
    --nav_font_hover: #D4CEF2;
    --shadow_color: rgba(160, 160, 160, 0.05);
    --post_title: #003845;
    --post_date: #003845;
    --post_text: #4c4c4c;
    --post_h3: #4c4c4c;
    --post_link: #46a891;
    --post_link_hover: #87CDBD;
    --inlinecode_text: #FFAA00;
    --blockquote: #333;
    --footer_font: #858585;
    --footer_font_a: #000;
    --border_radius: 15px;
  }
  html.dark {
    --bg_color: #1C1C1E;
    --header_bg: #24292E;
    --content_bg: #2F3437;
    --archive_font: #CACCCE;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #FFAA00;
    --job_font: #CACCCE;
    --nav_font: #8d7edc;
    --nav_font_hover: #D4CEF2;
    --shadow_color: rgba(0, 0, 0, 1);
    --post_title: #46a891;
    --post_date: #e9ead7;
    --post_text: #CACCCE;
    --post_h3: #fff;
    --post_link: #8d7edc;
    --post_link_hover: #D4CEF2;
    --inlinecode_text: #FFAA00;
    --blockquote: #CACCCE;
    --footer_font_a: #d1d1d1;
    --border_radius: 1px;
  }
}
@media (prefers_color: dark) {
  html {
    --bg_color: #1C1C1E;
    --header_bg: #24292E;
    --content_bg: #2F3437;
    --archive_font: #CACCCE;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #FFAA00;
    --job_font: #CACCCE;
    --nav_font: #8d7edc;
    --nav_font_hover: #D4CEF2;
    --shadow_color: rgba(0, 0, 0, 1);
    --post_title: #46a891;
    --post_date: #e9ead7;
    --post_text: #CACCCE;
    --post_h3: #fff;
    --post_link: #8d7edc;
    --post_link_hover: #D4CEF2;
    --inlinecode_text: #FFAA00;
    --blockquote: #CACCCE;
    --footer_font_a: #d1d1d1;
    --border_radius: 1px;
  }
  html.light {
    --bg_color: #f7dd51;
    --header_bg: #f4e591;
    --content_bg: #fbf1bb;
    --archive_font: #000;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #FFAA00;
    --job_font: #003845;
    --nav_font: #8d7edc;
    --nav_font_hover: #D4CEF2;
    --shadow_color: rgba(160, 160, 160, 0.05);
    --post_title: #003845;
    --post_date: #003845;
    --post_text: #4c4c4c;
    --post_h3: #4c4c4c;
    --post_link: #46a891;
    --post_link_hover: #87CDBD;
    --inlinecode_text: #FFAA00;
    --blockquote: #333;
    --footer_font: #858585;
    --footer_font_a: #000;
    --border_radius: 15px;
  }
}
body {
  height: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Titillium Web", "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  background-color: var(--bg_color);
  transition: background-color 0.5s ease;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 769px) {
  body {
    zoom: 1;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content {
  margin: 1.4em auto;
  z-index: 0;
  background: var(--content_bg);
  position: relative;
  min-height: 85%;
  border-radius: 15px;
  box-shadow: 0 0 2px 2px var(--shadow_color);
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .content {
    padding-top: 16rem;
    min-height: 75%;
    max-width: 92%;
  }
}

.main {
  padding: 0.5rem;
}
@media (min-width: 769px) {
  .main {
    margin-left: 22rem;
  }
}

@media (min-width: 769px) {
  .aboutme {
    max-width: 30rem;
    margin-top: 5.5rem;
  }
  .aboutme img {
    float: none;
  }
}
@media (max-width: 768px) {
  .aboutme {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

.fourzerofour {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 7rem;
}

/* 2. Archive
   ========================================================================== */
.archive {
  color: var(--archive_font);
}
.archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive ul li {
  margin-bottom: 0.6rem;
}
.archive a {
  text-decoration: none;
  color: var(--archive_title);
}
.archive a:hover, .archive a:focus {
  color: var(--archive_title_hover);
}
@media (min-width: 769px) {
  .archive {
    max-width: 30rem;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .archive {
    margin-top: 2rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.archive_date {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .archive_date {
    float: right;
  }
}

.archive_title {
  word-wrap: normal;
}
@media (min-width: 769px) {
  .archive_title {
    max-width: 80%;
  }
}

.archive_type {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.archive_year {
  font-size: 1.2rem;
  margin-top: 1.4rem;
  margin-bottom: 0.6rem;
}

/* 3. Header
   ========================================================================== */
.header {
  background-color: var(--header_bg);
  z-index: 1;
  position: absolute;
  top: 0;
  border-radius: var(--border_radius);
  box-shadow: 0 0 2px 2px var(--shadow_color);
}
@media (max-width: 768px) {
  .header {
    width: 100%;
    height: 9rem;
  }
}
@media (min-width: 769px) {
  .header {
    width: 18rem;
    height: 100%;
    min-height: 100%;
  }
}

.header_content {
  position: absolute;
  text-align: center;
}
@media (min-width: 769px) {
  .header_content {
    margin-top: 8rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header_content {
    margin-top: 3rem;
    width: 100%;
  }
}

.header_circle, .header_circle img {
  border: none;
  box-sizing: border-box;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}
.header_circle:hover, .header_circle img:hover {
  cursor: pointer;
  animation: jiggle 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .header_circle, .header_circle img {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.header_name {
  display: block;
  color: var(--name_font);
  font-size: 1.5em;
}

.header_job {
  display: block;
  margin-top: 0.1rem;
  color: var(--job_font);
  font-size: 0.75em;
  font-weight: 700;
}

.theme_changer {
  cursor: pointer;
}
.theme_changer input {
  display: none;
}
.theme_changer input + div {
  background: url("../img/m.png") no-repeat center center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: box-shadow 0.5s ease 0s, transform 0.5s ease 0.1s;
}
.theme_changer input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.5s ease;
}
.theme_changer input + div:after {
  background: url("../img/s.png") no-repeat center;
  border-radius: 50%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  transform: scale(0);
  transition: all 0.5s ease;
}
.theme_changer input:checked + div {
  transform: scale(0.5);
}
.theme_changer input:checked + div:after {
  transform: scale(2);
  transition: transform 0.5s ease 0.15s;
}

.button {
  margin-left: auto;
  margin-right: auto;
}

.nav {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}

.nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .nav_list {
    text-align: center;
  }
}

.nav_item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.nav_item a {
  color: var(--nav_font);
  font-size: 90%;
}
.nav_item a:hover, .nav_item a:focus {
  color: var(--nav_font_hover);
}
@media (max-width: 768px) {
  .nav_item:after {
    content: "/";
    color: var(--nav_font);
  }
  .nav_item:first-child::before, .nav_item:last-child::after {
    content: none;
  }
  .nav_item:last-child {
    margin-right: 0;
  }
}

.mobile_menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile_menu {
    display: block;
    margin: -0.5rem;
  }
}
@media (min-width: 769px) {
  .mobile_menu {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
}

@keyframes jiggle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(3deg);
  }
}
/* 4. Post
   ========================================================================== */
.post {
  color: var(--post_text);
}
@media (min-width: 769px) {
  .post {
    max-width: 33rem;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .post {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.post_title {
  color: var(--post_title);
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .post_title {
    text-align: center;
    font-size: 1.5rem;
  }
}

.post_data {
  margin-top: -0.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .post_data {
    text-align: center;
    margin-top: -1rem;
  }
}

.post_date {
  color: var(--post_date);
  letter-spacing: -0.5px;
  line-height: 1;
}

.post_categories {
  line-height: 1;
  margin-left: 0.3rem;
}
.post_categories a {
  color: var(--nav_font);
}
.post_categories a:hover, .post_categories a:focus {
  color: var(--nav_font_hover);
}

.post_content {
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: var(--post_text);
}
.post_content h1,
.post_content h2 {
  margin-top: 2rem;
}
.post_content h3 {
  margin-top: 2rem;
  color: var(--post_h3);
}
.post_content h4 {
  margin-top: 2rem;
  margin-bottom: -0.5rem;
  color: var(--post_h3);
}
.post_content p {
  max-width: 49rem;
}
.post_content a {
  color: var(--post_link);
}
.post_content a:hover, .post_content a:focus {
  color: var(--post_link_hover);
}
.post_content li {
  margin-bottom: 0.3rem;
}
.post_content pre {
  font-size: 0.85rem;
  text-decoration: none;
  display: block;
  padding: 1rem;
  overflow-x: scroll;
  border-radius: 10px;
  white-space: pre;
}
.post_content code {
  color: var(--inlinecode_text);
  padding: 0.1em 0.4em;
  border-radius: 5px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 0.85rem;
}
.post_content pre code {
  color: #fafafa;
  padding: 0;
  border: none;
}
.post_content img {
  border-radius: 5px;
}
.post_content hr {
  margin-top: 2rem;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.post_content blockquote {
  border-left: 5px solid var(--blockquote);
  margin: 10px 0 10px 0;
  padding: 2px 8px 2px 8px;
  font-style: italic;
}
.post_content dfn {
  border-bottom: dashed 1px var(--job_font);
  padding: 0 0.2rem;
  font-style: normal;
  position: relative;
}
.post_content dfn::after {
  content: attr(info);
  display: inline;
  position: absolute;
  top: 22px;
  left: 0;
  opacity: 0;
  width: 11rem;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5rem 0.8rem;
  background: #064b4d;
  pointer-events: none;
  transition: opacity 200ms, top 200ms;
}
.post_content dfn::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
  opacity: 0;
  width: 0;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: #064b4d;
  transition: opacity 200ms, top 200ms;
}
.post_content dfn:hover::after,
.post_content dfn:hover::before {
  opacity: 1;
}
.post_content dfn:hover::after {
  top: 30px;
}
.post_content dfn:hover::before {
  top: 20px;
}

.post_comment {
  margin-top: 8rem;
  padding: 10px;
}

/* 6. Footer
   ========================================================================== */
.footer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.4rem;
  text-align: center;
  color: var(--footer_font);
  font-size: 0.7rem;
}
.footer a {
  text-decoration: none;
  color: var(--footer_font_a);
}

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