body {
    margin: 0;
    padding: 0;
        display: flex;
        flex-direction: column;
        background-color: #210000;
        background-position: left;
        background-image: url(Img/Izq.png),
            url(Img/Der.png);
        background-position: left top, right top;
        
        background-repeat: repeat-y;
    }



    .index {
        color: wheat;
        font-family: 'Minecrafter', sans-serif;
        margin: 0px;
        padding: 0px;
        word-spacing: 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center;
        text-align: left;
        font-size: large;
        width: 43%;
    }

    hr{
        color: wheat;
        width: 400px;
        
    }


    .redes {
        position: absolute;
        bottom: 10px;
        display: flex;
        justify-content: center;

    }

    