html {
  font-family: serif;
  text-align: justify;
  background-color: #E0B0FF;
  color: #112030;
  line-height: 1.28rem;
}

body {
  max-width: calc(64ch + 2.56rem);
  margin: 0 auto;
}

.entry {
  border: 1px dotted white;
  padding: 1.28rem;
  margin-bottom:-4em;
  max-width: 64ch;
}

.entry p + p {
  text-indent: 2.56rem;
}

.entry p.permalink {
  font-size: .6em;
  font-color: #808080;
  text-align: right;
}

.entry h5 {
  text-align: right;
  margin-top: .2em;
}

blockquote {
  background-color: black;
  color: #e0b0ff;
  font-size: 90%;
  border: 1px dotted white;
  padding: 4px;
}
