body {
  color: black;
  font-family: "adorable_dollregular";
  text-align: left;
  background-repeat: repeat;
  background-size: 50%;
  background-image: url("joanbg.JPEG");
}
  
a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  text-decoration: none;
}

@font-face {
    font-family: 'adorable_dollregular';
    src: url('fonts/joantype.woff2') format('woff2'),
         url('fonts/joantype.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

 p {
   font-family: "adorable_dollregular";
   color: red;
 }