body{
display: block;
width: 100%;
color: white;
} 

 h1{
     display: block;

   text-align: center;
   font-family: "cd-header";
   font-size: 20px;
  }
  p1{
  display: block;
  font-family: "cd-content";
    font-size: 20px;
       text-align: center;

  }
a:link {
  color: DodgerBlue;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: DodgerBlue;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: DodgerBlue;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: DodgerBlue;
  background-color: transparent;
  text-decoration: none;
}