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);
}

.parrafo {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin: 60px;
}

.mv {
    transform: translate(60%,-80%);
}

.sub {
    transform: translate(20%,-1500%);
}

.social {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    margin: 60px;
    transform: translate(0,-580%);
}

.textil {
    transform: translate(20%,-100%);
}    
