body {
  background: #f6f5fc;
}

h1 {
  text-align: center;
  color: #333;
  font-family: "Arial", sans-serif;
}

h2 {
  margin: 0 0 10px;
  font-size: 28px;
}
.container {
  max-width: 500px;
  background: white;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.4);
}

select {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: block;
  font-size: 18px;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 20px;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

city:last-child {
  border-bottom: none;
}

.date {
  opacity: 0.7;
  font-size: 15px;
  color: #555;
  margin-top: auto;
}

.time {
  font-size: 40px;
  font-weight: bold;
  padding: 15px;
}

small {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 36px;
}

footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
