@font-face {
  font-family: Morris;
  src: url(https://cdn.statically.io/gh/EmmesCodes/Tipografias/dae9f5bb/MorrisInitials.ttf);
}

body {
  padding: 4rem;
  background-color: #e3e0d1;
}
h1 {
text-align: center;
color: #4b3820;
font-family: "Vollkorn SC", serif;
font-weight: 500;
font-size: 3rem;
text-decoration: underline #4b3820;
}
article {
  margin: 0 auto;
  min-width: 32rem;
  max-width: 48rem;
  columns: 1;

}
article p {
  margin-bottom: 0.5rem;
  font: 400 1.25rem "Vollkorn", serif;
  line-height: 150%;
  color: #3b2f2f;
text-align: justify;
}
article p:not(:first-child) {
  text-indent: 1.5rem;
}
article p em {
  font-style: italic;
}
article p strong {
  font-weight: 700;
}
article p:first-child {
  text-align: justify;
}
article p:first-child:first-line {
  font: 400 1.5rem "Vollkorn SC", serif;
}
article p:first-child:first-letter {
 margin: 1.3rem 0.2rem 1rem 0;
        font: 400 3rem 'Morris', serif;
        line-height: 1.5rem;
        color: #000000;
        float: left;
}
  
article p:last-child {
  margin-bottom: 0;
}