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;
}   

.cuadrado {
    background-color: rgb(180, 180, 180);
    width: 200px;
    height: 300px;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    transform: translate(20%,15%);
}   


@font-face{
    font-family: themillion;
    src: url(Chomsky.otf);
}

.vinculo {
    display: inline-block;
    padding-top: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-390%,10%);
    color: white;
} 

.chuchu{
    display: inline-block;
    padding-top: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-32%,-30%);
}