@import url(grid.css);



body{
    background: rgb(197, 201, 199);
    min-height: 100vh;
}

.productos{
    background: rgb(148, 197, 172);
}



.wrapper2 img{
    width: 100%;
    height: 250px; 
    object-fit: cover;
}

.wrapper2 a{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}
