html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2E3440;
  background-color: #ECEFF4;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
  margin: 15px;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #81A1C1;
}

hr {
  border: 1px solid rgb(214.4521276596, 224.75, 235.0478723404);
  margin: 15px 0;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img, figcaption {
  display: block;
  max-width: clamp(100px, 100%, 400px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #81A1C1;
  text-decoration: none;
}
a:visited {
  color: #81A1C1;
}
a:hover {
  color: #2E3440;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #81A1C1;
  border-left: 4px solid #81A1C1;
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.9375em;
  background-color: rgb(214.4521276596, 224.75, 235.0478723404);
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: rgb(214.4521276596, 224.75, 235.0478723404);
}
.highlighter-rouge .highlight {
  background: rgb(214.4521276596, 224.75, 235.0478723404);
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #2E3440;
  border-collapse: collapse;
  border: 1px solid #81A1C1;
}
table tr:nth-child(even) {
  background-color: rgb(252.15, 252.6, 253.35);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: #ECEFF4;
  border: 1px solid #81A1C1;
}
table td {
  border: 1px solid #81A1C1;
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header .wrapper {
  background-color: #81A1C1;
  color: #ECEFF4;
  padding: 15px;
  min-width: calc(800px - (30px));
}
@media screen and (max-width: 800px) {
  .site-header .wrapper {
    min-width: calc(100vw - (30px) * 3);
  }
}
.site-header a {
  color: #ECEFF4;
}
.site-header a h1 {
  color: #ECEFF4;
}

/**
 * Site footer
 */
.site-footer .wrapper {
  background-color: #81A1C1;
  color: #ECEFF4;
  padding: 15px;
}
.site-footer a {
  color: #ECEFF4;
}
.site-footer .social-type {
  display: inline-block;
  min-width: 60px;
}

/**
 * Page Content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
  border-left: 4px solid #81A1C1;
  padding-left: 15px;
}

.post-meta {
  font-size: 14px;
  color: rgb(99.3181818182, 112.2727272727, 138.1818181818);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title,
.post-content h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

/**
 * Pagination navbar
 */
.pagination {
  display: table;
  margin: 0 auto;
  list-style: none;
}
.pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.pagination li:last-of-type {
  margin-right: 0;
}
.pagination li a, .pagination li div {
  display: block;
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
  padding: 7.5px;
}
.pagination li a {
  border: 1px solid #81A1C1;
}
.pagination li a:hover {
  border-color: #2E3440;
}
.pagination li div {
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: #81A1C1;
  border: 1px dashed;
}

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