section{

  max-width: 50rem;
  margin: 0 auto;
  padding:1rem;
  .post-item{
    margin-bottom: 20px;
  }
  .post-item-title{
      margin-bottom: 0px;
  }
  .post-item-date{
    margin-bottom: 5em;
    color: $secundary-color;
    font-weight: 600;
    font-size: 0.7rem;
  }
  .post-item-summary{
    line-height: 1.5rem;
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
  }
  article{
    h1{
      font-size: 2rem;
    }
    h2, h3, h4{
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
  }
  .pagination{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    .selected{
      a{
        background-color: $secundary-color;
      }
    }
    a:hover{
        background-color: $secundary-color;
    }
    a, span, em{
      font-size: 20px;
      border: 1px solid $secundary-color;
      margin: 10px;
      padding: 10px;
    }
    .previous{
      padding-right: 10px;
    }
    .next{
      padding-left: 10px;
    }
  }
  #tags{
    list-style-type: none;
    margin:0;
    padding:0;
    & > li{
      float:left;
      a{
        text-align:center;
        padding: 0px 16px;
        text-decoration:none;
      }
    }
  }
  #meta{
    div{
      display:block;
      height: 50px;
    }
  }
  #content{
    h4{
      font-weight: 100;
      font-size: 0.75rem;
      margin:0;
    }
    h1{
      font-size: 2rem;
      margin: 0 0;
    }
    p{
      line-height: 1.5em;
    }
  } 
}