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: 1297px;
    height: 10px;
}    
.rectangulo1 {
    background-color: rgb(51, 25, 6);
    width: 1297px;
    height: 5px;
}    
.rectangulo2 {
    background-color: rgb(51, 25, 6);
    width: 1297px;
    height: 5px;
}   

@font-face{
    font-family: themillion;
    src: url(Chomsky.otf);
}

.img {
    transform: translate(55%,-6%);
}


.parrafo {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
margin: 20px;
    transform: translate(0%,-150%);
}

.n{
    font-family: 'Times New Roman', Times, serif;
}

.o {
    font-family: 'Times New Roman', Times, serif;
}

.m {
    font-family: 'Times New Roman', Times, serif;
}

.b {
    font-family: 'Times New Roman', Times, serif;
}

.r {
    font-family: 'Times New Roman', Times, serif;
}