body{
    background-image: url(/img/tenebris-fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,255);
}
*{
    color: #ffffff;
    font-family: "Zarid";
    font-weight: normal;
}
a{
    text-decoration: none;
}
.header{
    display: flex;
    justify-content:space-between;
    align-items: center;
    line-height: 5px;
    margin: 10px;
}
.header h1{
    flex-grow: 70;
}
.links{
    display: flex;
    justify-content: space-evenly;
    flex-grow: 20;
}
.tenebris-link{
    font-size: 50px;
    justify-content: center;
    display: grid;
    margin: 190px;
}
footer{
    display: grid;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.redes a{
    margin: 5px; 
}

/** MI PERSONA **/
.texto-div{
    width: 100%;
    display: grid;
    background-color: rgb(0, 0, 0, 0.30);
    padding: 10px;
}
.texto{
    font-size: 18px;
}