/* ===| TYPOGRAPHY |============================================*/

body{
  font-size: 13px;
  font-family: Arial;
  line-height: 18px;
}
h1{
  font-size: 16px;
  font-family: Arial;
  line-height: 20px;
  text-align: justify;
  color: #0f75d0;
  padding-top: 10px;
  padding-left: 1px;
  }
  h2{
  font-size: 16px;
  font-family: Arial;
  line-height: 20px;
  text-align: justify;
  color: #0f75d0;
  padding-top: 10px;
  }
  h3{
  font-size: 12px;
  font-family: Arial;
  line-height: 20px;
  text-align: justify;
  color: #0f75d0;
  margin-top: 5px;
  }
  h4{
  font-size: 16px;
  font-family: Arial;
  line-height: 20px;
  text-align: center;
  color: #0f75d0;
  margin-top: 10px;
  }
p {
   font-size: 13px;
  font-family: Arial;
  line-height: 18px;
  text-align: justify;
  color: #000000;
  }
