body{
    background-color: antiquewhite;
    min-width: 40%;
}
.container-find{
    text-align: center;
   
}
.row{
   text-align: center;
  }

.crop-img{
    width:25%;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 10%;
}
.crop-img:hover {
    filter: opacity(80%);
}

#mimg{
 
}
.large-img{
    width:  90%;
    height:  30%;
    border-radius: 5%;
}

#botones{
  text-align: center;
}