body{
   background:url(General/Darkwood.jpg);
   background-attachment: fixed;
   clear:both;
   height: 100%;
   width: 100%;
   overflow-x:auto;
   overflow-y:auto;
   white-space: nowrap;
}
a{
   text-decoration: none;
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-weight: 700;
   font-size: larger;
   color: rgb(0, 76, 146);
}
#FanficTexto{
   height: 100px;
}
hr{
   border-color: rgb(0, 113, 219);
}
.Fandoms{
   width: 320px;
   height: 480px;
}
#CajaPrincipal{
    margin: 50px;
    display: grid;
    grid-template-columns: repeat(5, 320px);
    grid-template-rows: 480px;
    column-gap: 40px;
    row-gap: 40px;
    align-items: end;
}
.Escritos{
   width: 320px;
   height: 480px;
   background-color: rgb(160, 159, 159);
   opacity: 0%;
   transition: opacity .5s;
}
.Escritos:hover{
   opacity: 90%;
}
#DeathNote{
   grid-area: 1/1/2/2;
}
#ListaDN{
   grid-area: 1/1/2/2;
}
#Pecadores{
   grid-area: 1/2/2/3;
}
#ListaPecadores{
   grid-area: 1/2/2/3;
}
#StardewValley{
   grid-area:1/3/2/4;
}
#ListaSDV{
   grid-area:1/3/2/4;
}
#DeadByDaylight{
 grid-area:1/4/2/5;
}
#ListaDBD{
 grid-area:1/4/2/5;
}
#CajaAo3{
   display: grid;
   position: absolute;
   left: 1600px;
   top: 800px;
}
#Ao3Imagen{
   width: 300px;
   height: 90px;
}
