
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 800px;
  font-family: mcr;
  line-height: 1.6;
  color: black;
}

h1, h2, h3, h4, h5, h6, mark {
  margin: 1em 0 0.33em;
  font-weight: normal;
  text-indent: -0.025em;
}
h1, h2 {
  font-weight: 200;
}
h1, h2 { font-size: 3em }

main h2 {
  font-size: 2.5em;
}

p {
  text-indent: 1em;
  text-align: justify;
  margin-bottom: 2em;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, header + p {
  text-indent: 0;
}
a, .anchor {
  text-decoration: none;
  color: #f06;
  background: linear-gradient(currentColor, currentColor) 0 1.25em repeat-x;
  background-size: 1px 0.75px;
  text-shadow:
    /*0 0.75px white,*/
    0 -0.75px white,
    0.75px 0 white,
    /*0.75px 0.75px white,*/
    0.75px -0.75px white,
    -0.75px 0 white,
    /*-0.75px 0.75px white,*/
    -0.75px -0.75px white;
}
a.area {
  background: none;
  color: inherit;
  text-shadow: none;
}
a.area img {
  transition: 200ms;
}
a.area:hover img {
  filter: brightness(1.1);
}
a::selection, .anchor::selection {
  text-shadow: none;
}
code {
  margin: 0 0.5em;
  padding: 0.25em 0.5em;
  background-color: black;
  color: white;
  border-radius: 0.25em;
}

.header {
  margin: 1.33em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.logo {
  margin: 0;
  background-color: transparent;
  font-size: 2em;
  font-weight: 200;
  display: inline-block;
}
.header nav {
  display: inline-flex;
}
.header nav a {
  margin: 0.5em 1em;
}
.header nav a:first-child {
  margin-left: 0;
}
.header nav a:last-child {
  margin-right: 0;
}
.article header {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.article header time {
  margin-left: auto;
}
.footer {
  margin-top: 1.33em;
  font-size: 0.8em;
}