Загрузка данных



body {
  font-family: Arial, sans-serif;
}

.row {
  display: flex;
  gap: 20px;
}

.city-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  width: 600px;
}

.city-card img {
  width: 100%;
  border-radius: 4px;
}

.city-card h3 {
  margin-top: 10px;
}