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



.body-content 
{
	margin: 0 auto;
}



.body-content hr
{
  color: rgb(95, 69, 65);
}
.body-content h2
{
  font-size: 48px;
  text-align: center;
}
.body-content h3
{
    font-size: 30px;
}
.body-content p
{
  font-size: 16px;
}
