body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 1em;
  color: #313131;
  max-width: 40rem;
  padding: 2rem;
  margin: auto;
  background: #fafafa;
}

header {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

footer {
  margin-top: 25px;
}

article {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px #eee solid;
}

img {
  max-width: 100%;
}

a {
  color: #0074D9;
}

h1 {
  font-size: 1.6em;
  margin-bottom: 5px;
}

h2,
h3 {
  font-size: 1.3em;
  margin-top: 1.3em;
  margin-bottom: 0.2em;
}

h3 {
  font-size: 1.1em;
  font-style: italic;
}

h1 a {
  text-decoration: none;
  color: #3C2A24;
}

p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.66em;
}

hr {
  border: 0px;
  border-top: 1px solid #eee;
}

.muted {
  color: #aaa;
  text-decoration: none;
}

.small {
  font-size: .8em;
}

blockquote {
  display: block;
  margin: 1.5em 0 1.5em -1.5em;
  padding: .75em .5em .75em 1em;
  background: #fff;
  border-left: 0.5em solid #DDD;
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 5px rgba(20,20,20,0.5);
  -moz-box-shadow: 0 0 5px rgba(20,20,20,0.5);
  box-shadow: 0 0 5px rgba(20,20,20,0.5);
}

blockquote:before {
  display: block;
  height: 0px;
  margin-left: -.95em;
  font: italic 450% serif,Georgia,Cochin;
  color: #999;
  position: relative;
  top: -30px;
  content: "\"";
}

blockquote::selection {
  background: rgba(50,50,50,.5);
  color: #FFF;
}
