body {
  margin: auto;
  max-width:60ch;
  line-height:1.6;
  font-size:18px;
  color:#2b2b2b; 
  padding:0 1em;
  background-color: #fafafa;
}

h1, h2, h3 {
  line-height:1.2
}

h1 {/*no link color on h1*/
  a, a:visited {
    color: inherit;
  }
}

a {
  text-decoration: none;
  color: #C96A3A;
}

a:visited {
  color: #a86d62;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}




blockquote {
  position: relative;
  display: inline-block;
  background: #eee;
  padding: 20px 25px 20px 60px;
  border-radius: 5px;
  color: #333;
  text-align: left;
  /*box-shadow: 1px 1px 1px #999,
              2px 2px 1px #999,
              2px 1px 1px #999;*/

 span.author {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #999;
    
    i {
      position: relative;
      background: #eee;
      padding-left: 5px;
      font-style: italic;
      /*z-index: 5;*/
    }
    
    /*&::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #ccc;
      z-index: 1;
    }*/
  }


  &::before {
    display: block;
    position: absolute;
    top: -95px;
    left: -5px;
    content: "″";
    font-size: 200px;
    color: #d2d2d2;
  }
}
