 * {
   margin: 0;
   padding: 0;
 }
html {
    overflow-x: hidden;
}

 /* body {
   background: #fff;
   color: rgb(177 28 25);
   font: normal 13px / 1.2 "Avenir", sans-serif;
   padding: 30px;
   padding-bottom: 0px;
   overflow-x: hidden;
 } */

 body {
    background: #ffffff;
    font: normal 13px / 1.65 "PT Sans", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    color: #666;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.7;
    position: relative;
}

  .container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   max-width: 564px;
 }

 p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.quote {
    font-style: italic;
    margin-left: 36px;
    margin-right: 0px;
}

h1 {
    font: normal 24px "PT Sans", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #111;
    margin-bottom: 0px;
}

h4 {
    font: normal 9px "PT Sans", "Helvetica", "Arial", sans-serif;
    margin-bottom: 20px;
    color: #aaa;
}

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

.pic {
    margin-top: 20px;
    margin-bottom: 20px;
}