body {
    padding: 16px 20px;
    margin: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Roboto, Ubuntu;
    font-size: 17px;
    color: #1b1b1d;
    background: #FFFFFF;
  }
  
  h1 {
    font-size: 34px;
    color: #1B1B1D;
  }
  
  mark {
    background-color: rgba(255, 201, 80, 0.5);
  }
  
  h2 {
    color: #FA9350;
  }
  
  h3 {
    font-size: 20px;
    color: #1B1B1D;
  }
  
  h4 {
    font-size: 19px;
    color: #D96011;
  }
  
  p {
    line-height: 24px;
  }
  
  p strong, p b {
    color: #F0B83C;
  }
  
  img {
    margin-left: +20px;
    max-width: 100%;
 }
 img:first-child{
     margin-left: 0px;
 }
 
  figure {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  
  blockquote {
    margin-left: 0;
    margin-right: 0;
    background: #f3f3f8;
    width: 100%;
    padding: 12px 8px;
  }
  
  blockquote p {
    margin-top: 0;
    font-style: italic;
  }
  
  blockquote b {
    color: #1b1b1d;
    font-size: 14px;
    font-style: normal;
  }
  
  .block {
    border-left: 4px solid #FFC950;
    font-family: 'Merriweather', serif;
    margin-left: 0;
    padding-left: 20px;
  }
  
  ul {
    padding: 0;
    list-style: inside;
  }
  
  ol {
    padding: 0;
    list-style: decimal inside;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee0e9;
  }
  
  thead tr {
    background: #f3f3f8;
  }
  
  td, th {
    padding: 8px 10px;
    font-size: 16px;
  }
  
  th {
    text-transform: uppercase;
    font-size: 14px;
  }
  
  td:not(last-child), th:not(last-child) {
    border-right: 1px solid #dee0e9;
  }
  
  tr:not(last-child) {
    border-bottom: 1px solid #dee0e9;
  }