tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.whole-card-link {
  text-decoration: none;
  color: inherit;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

h1 {
  text-align: center;
  font-size: 300%;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.flex-tile {
  flex: 1;
  min-width: 220px;
  box-sizing: border-box; 
}

.card-image img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  display: block;
}

.card-content {
  text-align: center;
}
