body{
   background:url(Imágenes/Space.png);
   background-attachment: fixed;
   color:aqua;
   clear:both;
}
h1{
    font-size: 70px;
    margin-left: 30px;
    font-family: "Lacquer", monospace, sans-serif;
    margin-top: 5px;
}
#Línea{
  width: 1750px;
  height: 5px;
  background-color: aqua;
 border-radius: 10px;
}
a:link{
    text-decoration: none;
    font-family: monospace, sans-serif;
    font-size:larger;
}
.Guiones a:link{
    color: yellow;
    margin-left: 15px;
}
.Guiones a:visited{
    color: yellow;
}
.Guiones a:hover{
    color: yellow;
    text-shadow: 1px 0px 15px yellow;
}
.HistoriasO a:link{
    color:fuchsia;
    margin-left: 15px;
}
.HistoriasO a:visited{
    color:fuchsia;
}
.HistoriasO a:hover{
    color: fuchsia;
    text-shadow: 1px 0px 15px fuchsia;
}
.Fanfics a:link{
color:rgb(44, 255, 2);
margin-left: 15px;
}
.Fanfics a:visited{
color:rgb(44, 255, 2)
}
.Fanfics a:hover{
color:rgb(44, 255, 2);
text-shadow: 1px 0px 15px rgb(44, 255, 2);
}
#Introduccion{
    font-family:monospace, sans-serif;
    color:antiquewhite;
    width: 700px;
    position: absolute;
    top: 20px;
    left: 500px;
}
.volver1{
    position:absolute;
    bottom: 20px;
    right: 20px;
}
.volver1 a:link{
    text-decoration: underline;
    font-family: "Lacquer", monospace, sans-serif;
    font-size: 30px;
    color:aqua;
}
.volver1 a:visited{
    color:aqua;
}
.volver1 a:hover{
    color:aqua;
text-shadow: 1px 0px 15px antiquewhite;
}
.volver1 a:active{
    color:antiquewhite;
    text-shadow: 1px 0px 15px antiquewhite;
}
.categoria{
    position: absolute;
    right:200px;
    top:80px;
}
.categoria a:link{
    font-family: "Lacquer", monospace, sans-serif;
    font-size: 30px;
    color: antiquewhite;
}
.categoria a:visited{
    color:antiquewhite;
}
.categoria a:hover{
    text-shadow: 1px 0px 15px antiquewhite;
}
.categoria a:active{
    color:white;
}
span{
    font-weight: bold;
    text-decoration: underline;
}
