  .body
  {
    background-color: white;
    width: 100%;
    min-height: 45px;
    color: #021d49;
	padding: 20px;
  }



  .body-content 
  {
    margin: 0 auto;
  }



  .body-content hr
  {
    color: rgb(95, 69, 65);
  }
  .body-content h2
  {
    font-size: 48px;
  }
  .body-content p
  {
    font-size: 30px;
  }
	
 @media only screen and (max-width: 480px)
  {
    .body-content h2
    {
      font-size: 24px;
    }
    .body-content p
    {
      font-size: 16px;
    }
  }