body{
    background-image: url(fondos/spiderlilly3.jpeg);
    font-family: 'Courier New', Courier, monospace;
}
h1{
    margin: auto;
}
h2{
    color:#ffffff;
}
h3{
    color:#9e9292
}
.titl{
    display: flex;
    margin: auto;
    width: 900px;
    color: white;
}
.principal{
    color: white;
    scroll-margin-top: 80px;
    margin: auto;
    height: 1485px;
    width: 900px;
    border: double;
}

.bar{
    background-image: url(fondos/fondo1.jpeg);
     background-color: black;
    border-bottom: double;
    display: flex;
    margin: auto;
    width: 900px;
}

.bar div{
    margin: auto;
    padding: 20px;
}
.si{
    position: sticky;
  top: 1rem;
  background-color: black;
    padding: 10px;
  justify-content: center;
}
.ind{

    height: 1405px;
    padding: 10px;
    background-color: #000000;
}
.text{
    background-color: #330303;
    color: #dfc9c9;
    font-size: 15px;
    width: 683px;
    text-align: justify;
    padding: 5px;
    margin: 5px;
}
.divbat{
    margin: auto;
}
.contenedor{
    display: grid;
   grid-template-columns: 200px 751px;
}
.ind a{
    color: #f01b1b;
}
.bar a{
    font-size: 13px;
    color: #ffb3b3;
}

a:hover{
    color: grey;
    font-size: 17px;
}