h1{
    font-family: "UnifrakturMaguntia", cursive;
    font-weight: 400;
  font-style: normal;
  font-size: 48px;
}

body{
    font-family: "Fondamento", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px ;
    background:rgb(255, 246, 238);
    background-image: url( 'img/fondocuento.svg' );
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
    margin: auto; 
    box-sizing: border-box;
    padding-bottom: 10%;
 
    
}

.cuento{
    position: relative;
 background-image: url('img/fotocuento.svg');
    background-repeat: no-repeat;
    background-size: 70%; /* Ajusta a tus necesidades */
    background-position: center;
   align-content: baseline;
    padding: 10%;
}

.texto1{
    padding-top: 5%;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 10%;
}

.texto{
    padding-left: 20%;
    padding-right: 20%;
    text-align: start;
}