    body {
        background-image: url(/img/cultura-argentina-ele2_546_966.jpg);
    background-size:contain;
    }

    h1 {
        text-align: center;
        margin-top: 0%;
        font-size: 4vw;
        color: white;   
    }

    .cuadros img {
        display: flex;
        grid-template-columns: repeat(2, 50px 1fr) 100px;
        grid-gap: 5px;
        box-sizing: border-box;
        height: 40vh;
        width: 20vw;
        padding: 10px;
    font-size: 5px;
    }
    .fila{
        display:flex;
        flex-direction: row;

    }