* {
  box-sizing: border-box;
}



/*test 2*/

.container2 div {
  margin: 10px;
  width: 30vw;
  height: 30vw;
  border: 2px solid
  
 
}
.container2 div img {
   width:100%;
   height: 100%;
   object-fit: cover;
  overflow: hidden;
  object-position: top
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  
 
}


.bigthecat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width:90vw
  
  
  }



