#body
{
  padding-top:200px;
  padding-bottom:200px;
  header
  {
    display: flex;
    flex-direction:column;
    align-items:center;
    h1
    {
      padding:20px 0;
      color:$text-color;
      font-size: 32px;
      font-weight: 400;
      line-height: 48px; /* 150% */
      letter-spacing: 3.2px;
    }
  }
  article
  {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 1.6px;
  }
}