body{
  background-color: white;
  h1{
   text-align: center;
   font-family: "cd-header";
   font-size: 15px;
   
  }
  p1{
  font-family: "cd-content";
    font-size: 15px;
    margin: auto;
  }
}