@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1&display=swap');
body {
 margin-right: 15%;
 margin-left: 15%;
 background-image:url('https://i0.wp.com/www.revistaminerva.pt/wp-content/uploads/2022/03/4.gif?resize=464%2C360&ssl=1');
 background-size:cover;
}
h1 {
  font-family: 'IM Fell English SC', serif;
  font-size: 50px;
  color: #eeeeee;
}
.title {
 font-family: 'IM Fell English SC', serif; 
 font-size: 30px;
 margin-bottom: -10px;
}
.author {
  font-style: italic;
}
.text {
  font-family: 'IM Fell English', serif;
  color: #222222;
  line-height: 1.6em;
  text-indent: 1cm;
}
.first::firstletter {
  font-family: 'IM Fell English SC', serif;
  color: #222222;
  line-height: 1.6em;
  font-size: 20px;
}