body {
  background: rgb(21, 21, 21);
  color: rgb(255, 255, 255);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 28px;
}

main {
  max-width: 580px;
  font-size: 1.2rem;
  padding: 20px;
}

a:link {
  color: white;
}

a:visited {
  color: gray;
}

figure {
  text-align: center;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.4rem;
  font-weight: normal;
}

header {
  margin-bottom: 30px;
}

header h1 {
  font-size: 1rem;
}

header a:link,
header a:visited {
  color: white;
}

header a:hover {
  color: lightgray;
}

a:hover {
  color: lightgray;
}

#post-list ul {
  list-style-type: none;
  padding: 0;
  display: inline;
}

#post-list li {
  display: inline-block;
  margin-right: 10px;
}

.inline-icon {
  height: 1rem;
  margin-bottom: -0.25rem;
}

figcaption {
  text-align: left;
  color: rgb(159, 159, 159);
}

a[href^="http://"]:not([href*="example.com"]):after,
a[href^="https://"]:not([href*="example.com"]):after
{
  content: " \2197 \FE0E";
}

.warning {
  background-color: rgb(43, 43, 26);
  color: rgb(153, 153, 96);
  padding: 10px;
  border-radius: 10px;
}

h1 span {
  text-transform: uppercase;
  font-size: 0.8em;
  color: gray;
}

h1 span:after {
  content: ": ";
}

#tree {
  position: fixed;
  bottom: 20px;
  right: 50px;
  text-align: right;
}

#tree-render {
  font-family: monospace;
  white-space: pre;
  color: rgb(97, 97, 97);
  font-size: 10px;
  line-height: 8px;
  letter-spacing: -1px;
}

#tree-info {
  font-size: 1rem;
  color: white;
  text-decoration: none;
  display: inline-block;
}

#tree-info a:link,
#tree-info a:visited {
  text-decoration: none;
  color: white;
}

pre {
  background-color: black;
  padding: 10px;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  #tree {
    position: relative;
    text-align: center;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}

hr {
  border: 1px solid rgb(60, 60, 60);
}

p {
  color: white;
}

.social {
  float: right;
}