body {
  margin: auto;
  padding: 1em;
  font-family: "Georgia", serif;
  line-height: 1.2em;
  font-size: 1.15em;
}

@media only screen and (min-width: 601px) {
  body {
    max-width: 85%;
  }
}

@media only screen and (min-width: 1000px) {
  body {
    max-width: 40%;
  }
}

.tag-list {
  font-size: 0.6em;
}

.article-meta {
  line-height: 1em;
  font-size: 0.9em;
}

article > section {
  text-align: justify;
}

.home-footer {
  text-align: right;
}

h1 {
  margin-bottom: 5px;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

pre {
  border: 1px solid #ddd;
  padding: 1em;
  overflow-x: auto;
}
code {
  background: #f9f9f9;
}
pre code {
  background: none;
}

figure {
  text-align: center;
}
figure > img {
  max-width: 100%;
}
figure > figcaption {
  line-height: 1em;
  font-size: 0.8em;
  font-style: italic;
}

table {
  margin-left: auto;
  margin-right: auto;
}
table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}
th,
td {
  padding: 0.25em;
}
