article {
  max-width: 650px;
  margin: 0 auto;
  word-break: break-word;
}

article img {
  max-width: 100%;
}

p {
  line-height: 21px;
}

pre {
  white-space: pre-wrap;
  user-select: all;
}

quote, blockquote {
  padding: 20px;
  font-style: italic;
  font-size: 21px;
  display: block;
  color: #888;
}

table {
  border: solid;
  padding: 10px;
  background: #c4d5d67a;
  border-color: #335252;
}

table quote {
  color: unset;
  padding: 10px;
}

.table-header {
  font-weight: bold;
  border-bottom: solid 1px;
}

unit {
  font-family: monospace;
  background: #f1f1f1;
  padding: 2px;
  letter-spacing: 1.4px;
}