  body{ 
    background-image: url("https://www.rpnation.com/gallery/parchment-paper-div-test.33588/full");
  }
  
  /*fonts begin here!*/  
    font-face{
   font-family: 'Master';
  src:url('MedievalTimes-AL7l6.ttf');
  }
  
  font-face{
   font-family: "Qindret";
  src:url("https://www.fontspace.com/qindret-font-f154566");
  }
  
  import{
    font-family: "Master";
    src:url('https://fonts.cdnfonts.com/css/old-master');
    }
  
  /*Text Editing starts here*/ 
  h1{
  Color: 	#000000;
  font-family: Master;
  font-size: 35px;
  font-weight:normal;
 }
 
h2{
  Color: 	#ac3235;
  font-family:Qindret;
  font-size: 25px;
  font-weight:normal;
 }
 h3{
  Color: 	#000000;
  font-family: Qindret;
  font-size: 20px;
  font-weight:normal;
 }
 h4{
  Color: 	#000000;
  font-family: Qindret;
  font-size: 15px;
  font-weight:normal;
 }
 
 
 