@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');*{
    box-sizing: border-box;
    font-family: "Oswald", "Work Sans";}
body{
    background-image: url(https://i.pinimg.com/736x/12/3c/fe/123cfe40019569fe437e3abb0d6974f6.jpg);

}

.titulos{
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border: 1px solid black;
    text-align: center;
    background: steelblue;
        padding: 0;
}
.vicente{
    text-decoration: underline 2px ;
    text-decoration-color: ora;
    text-underline-offset:0.5rem;

}
nav{
    text-align: center;
    background: plum;
    padding: 0 0 0.5rem 0;
    border: 1px solid black;
    margin: 0.5rem 0 0 0;
}
.lista {
    width: 100%;
    display: flex;          
    justify-content: center; 
    align-items: center;     
    flex-wrap: wrap;         
    padding: 0;             
    margin: 0;              
  }
.lista>li{
    
    width: 4rem;
    height: auto;
    margin: 0 1rem 1rem 0;
    padding: 3px 0 0 0;
    border: 2px solid black;
    text-align: center;
    object-fit: cover;
    list-style-type: none;
    display: inline-block;

}
.lista > li svg {
    width: 3rem; 
    height: 3rem; 
}
.me{
    display: block;
    text-align: center;
    width: 49%;
    height: auto;
    border: 1px solid rgb(5, 5, 5);
    padding: 0;
    margin: 0.5rem 0 0 0;
    aspect-ratio: 16/9;
    background: lawngreen;
}
.articulo{
    text-align: center;
    display:block;
    width: 49%;
    border: 1px solid black;
    margin: 0.5rem 0 0 0;
    aspect-ratio: 16/9;
    padding: 0;
    background: lightcoral;

}
.agrupador{
    display: flex;
    justify-content: space-between;

}
