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);
}




.uno {
    transform: translate(8%,15%);
}

.f {
    transform: translate(60%,-8200%);
    color: black;
    font-size: 30px;
}

.fult {
    transform: translate(40%,-3200%);
    font-size: 20px;
}




.ryg{
    font-size: 30px;
    transform: translate(5%,-6700%);
}
.dos {
    transform: translate(75%,80%);
}
.tres {
    transform: translate(50%,-20%);
}
.richge {
    transform: translate(3%,-2600%);
    font-size: 20px;
}





.cuatro {
    transform: translate(2%,10%);
    
}
.n {
    transform: translate(50%,-4700%);
    font-size: 30px;
}
.thom {
    transform: translate(40%,-1700%);
    font-size: 20px;
}






.cinco {
    transform: translate(70%,60%);
}
.o {
    font-size: 30px;
    transform: translate(30%,-3200%);
}
.watt {
    font-size: 20px;
    transform: translate(9%,-500%);
}





.seis {
    transform: translate(2%,100%);
}
.m {
    font-size: 30px;
    transform: translate(60%,-1800%);
}
.papi {
    font-size: 20px;
    transform: translate(40%,10%);
}

