html, body {
  margin: 0;
  padding: 0; }

:root {
  font-family: sans-serif; }

.container {
  width: 90vw;
  max-width: 90ch;
  margin: auto;
  margin-bottom: 2em; }

a {
  text-decoration: none;
  color: #0077f3;
  border-bottom: 1px solid transparent; }

a:visited {
  color: #f30077; }

a:hover {
  border-bottom-color: black; }

.site-header {
  padding-top: 2.5vmax;
  padding-bottom: 3vmax;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline; }
  .site-header .title {
    margin: 0;
    padding: 0;
    margin-right: 1ch; }
  .site-header .social {
    margin-top: 0.5em; }
  .site-header .social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .site-header .social-item {
    margin-right: 1em; }
  .site-header .social-item:last-child {
    margin-right: 0; }
  .site-header .social-item a:hover {
    border-bottom: none; }
  .site-header .social-item img {
    height: 1em;
    width: 1em; }
  .site-header .social-item .social-item-twitter {
    width: 1.230em; }
  .site-header a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent; }
  .site-header a:hover {
    color: #0053a0;
    border-bottom-color: black; }

.post-list .post {
  padding-bottom: 1em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5); }

.post-list .post:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.post-list .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between; }

.post-list .post-link {
  font-weight: bold;
  padding-top: 1em;
  margin-right: 1ch; }

.post-list .post-meta {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  padding-top: 1em; }

.post-list .post-date {
  flex-shrink: 0;
  margin-left: 0.5em; }

.article .article-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline; }

.article .article-title {
  margin-right: 1ch; }

.article .article-permalinks {
  float: right;
  text-align: right;
  font-size: 0.8em;
  margin: 0 0 0 1ch; }
  .article .article-permalinks a {
    color: black; }
    .article .article-permalinks a:hover {
      color: #0077f3; }

.article .article-content {
  word-wrap: break-word;
  hyphens: auto;
  text-align: justify;
  border-bottom: 1px solid #888;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em; }
  .article .article-content img {
    max-width: 100%;
    display: block;
    margin: auto; }
  .article .article-content img.align-right {
    margin-right: 0; }
  .article .article-content img.align-left {
    margin-right: 0; }
  .article .article-content p {
    margin-top: 1em;
    margin-bottom: 0; }
  .article .article-content p + ul {
    margin-top: 0.5em; }
  .article .article-content hr {
    margin-top: 1em;
    margin-bottom: 1.1em;
    border: none;
    border-top: 1px solid #999; }
  .article .article-content hr + p {
    margin-top: 0; }

tt, kbd {
  font-family: monospace; }

.highlight {
  border-left: 1px solid black;
  padding-left: 1ch; }
  .highlight pre {
    overflow-x: auto; }

.pagination {
  margin-top: 2em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.article-tags {
  display: inline-block; }

.article-tag {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 2px 0.7ch;
  font-size: 0.9em; }
  .tag-list .article-tag {
    margin-bottom: 0.5em; }

.article-tag:hover {
  background-color: #eee;
  border-bottom-color: #aaa; }
