html {
  width: 100%;
  height: 100%;
}
body {
  background: white;
  color: black;
  margin: 48px; padding: 0; border: 0;
  font: 18px/24px sans-serif;
}
h1 {
  font-size: 54px;
  line-height: 1.0;
  text-shadow: #ddd 4px 4px;
  margin: 0 0 18px 0;
}
h2 {
  font-size: 32px;
  line-height: 1.0;
  text-shadow: #ddd 3px 3px;
  margin: 0 0 18px 0;
}
h3, h4, h5 {
  line-height: 1.0;
  margin: 0 0 12px 0;
}
p {
  margin: 0 0 18px 0;
}
strong, h3, h4, h5 {
  text-shadow: #ddd 2px 2px;
}
h6 {
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 18px 0;
}
a {
  color: black;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dotted #d00;
}
a:hover {
  border-bottom: 1px solid #d00;
  background: #ddd;
}
ul {
  padding-left: 0;
}

.post, .footer, .header {
  width: 100%;
  max-width: 30em;
  padding: 24px;
  margin-bottom: 48px;
}

.footer {
  border-top: 1px solid #ddd;
}

.header {
  border-bottom: 1px solid #ddd;
}

.tags {
  text-transform: lowercase;
}