html {
  max-width: 620px;
  margin: 0 auto;
  background-color: #1A1C20;
  color: #fff;
}

@font-face {
  font-family: 'NotoSans';
  src: url('/webfonts/NotoSans.ttf');
}

body {
  line-height: 1.6;
  font-size: 18px;
  font-family: 'NotoSans', sans-serif;
  margin: 1em auto;
  padding: 0 .55em;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  margin: 0;
}

a:hover {
  text-shadow: 0 0 5px rgba(242, 216, 0, 0.6);
}

a.header-link {
  color: #fff;
  font-size: 1.5em;
}

a {
  text-decoration: none;
  color: #40ff40;
}

video {
  max-width: 100%;
  border-radius: .5em;
}

img {
  max-width: 100%;
  border-radius: .5em;
  height: auto;
}

img.icon {
  border-radius: 1.5em;
  max-width: 75%;
}

img.diagram {
  filter: invert(1);
  width: auto;
}

.tag,
time.post {
  color: #F2D800;
  text-transform: uppercase;
  font-size: 10.5px;
  border: #F2D800 solid .5px;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.content ul {
  padding-left: 2em;
  list-style-type: circle;
}

.directory {
  font-family: monospace;
  font-size: 14px;
  color: #b9b5b8;
}

ul.nav {
  list-style: none;
  padding-left: 0
}

h1.title {
  margin-bottom: -10px
}

h1.title a {
  text-decoration: none;
  color: inherit;
}
h3 {
  display: list-item;
}

h3::marker {
  color: #f2d800;
  content: "☞";
}
/*
.social-links {
  float: right;
  text-align: right;
  display: inline-block;
}
*/
.inserted-sign {
  background-color: hsl(126, 31%, 39%)
}

.token.prefix.inserted,
.token.prefix.deleted {
  background-color: #15202b
}

.deleted-sign {
  background-color: hsl(0, 51%, 37%)
}

mark {
  background-color: #f1fa8c
}

.post-nav-next {
  float: right
}

blockquote {
  background-color: #44475a;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: .5em 10px
}

blockquote p {
  display: inline
}
