body {
  background-color: #12100E;
}

#diluvium {
color: #C4C0AB;
}

.encabezado {
  font-family: "Playfair Display", serif;
  font-size: 50pt;
  margin-bottom: 10px;
}

.fecha {
  font-family: "EB Garamond", serif;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
}

.prosa {
  font-family: "EB Garamond", sans-serif;
  text-align: justify;
  font-size: 20px;
}

 #cuerpo{
    color: #C4C0AB;
       width: 50%;
      margin-left: auto;
      margin-right: auto;
    text-align: justify;
    font-family: "Inter Tight", sans-serif;
  }

 

h1 {
  color: #707147;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20pt;
    width: 350px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: 50px;
    margin-top: 30px;
  }

  #perfil {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .pie {
   width: 50%;
    margin-left: auto;
    margin-right: auto;
  display: flex;
  margin-bottom: 100px;
  }

  

  h4 {
    font-family: "Playfair Display";
    color: #707147;
    font-style: italic;
    margin-bottom: 0px;
    font-size: 18px;
    padding: -10px;
  }

 #autor {
  width: 200px;
  margin-top: 0px;
  font-family: "Inter Tight";
  font-size: 12px;
  padding: 0px;
  color: #C4C0AB;
 }

 br {
   display: block;
   margin: 5px 0;
}

a.inicio {
  text-decoration: none;
}

a:hover {
    color: #C4C0AB;
    font-style: normal;
  }