body{
   background:url(General/Darkwood.jpg);
   background-attachment: fixed;
   clear:both;
   height: 100%;
   width: 100%;
   overflow-x:auto;
   overflow-y:auto;
   white-space: nowrap;
}
#OriginalesTexto{
    height: 100px;
}
hr{
    border-color:rgb(212, 137, 66);
    font-size: small;
}
#CajaPrincipal{
    margin: 50px;
    display: grid;
    grid-template-columns: repeat(5, 320px);
    grid-template-rows: 480px;
    column-gap: 40px;
    row-gap: 40px;
    align-items: end;
     
}
.pdfsimagenes{
    width: 320px;
    height: 410px;
}
h1{
    color:rgb(212, 137, 66);
    margin: 10px;
    font-family: "Germania One", system-ui;
    font-weight: 100;
    justify-self:center;
    text-align: center;
}