body {
    background-image: url(textured-white-paper.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    justify-content: center;
    }

 h1 {
    color: black;
    display: flex;
    justify-content: center;
    font-size: 70px;
    font-family: themillion;
    }

.rectangulo {
    background-color: rgb(51, 25, 6);
    width: 1358px;
    height: 10px;
}    
.rectangulo1 {
    background-color: rgb(51, 25, 6);
    width: 1358px;
    height: 5px;
}    
.rectangulo2 {
    background-color: rgb(51, 25, 6);
    width: 1358px;
    height: 5px;
}   

@font-face{
    font-family: themillion;
    src: url(Chomsky.otf);
}

.parrafo {
    margin: 60px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.te {
     transform: translate(10%,-0%);
}