 .cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: center; 
  }

  .cards img {
    margin: 10px;
    max-width: 30vw;
    max-height: 25vw; 
  }