body {
  background: #f3f0f7;
  font-family: Arial, sans-serif;
}

.container {
  background: white;
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  border-radius: 10px;
}

h1 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 30px;
}

select {
  width: 100%;
  padding: 12px;
  font-size: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.city {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
}

.city:last-child {
  border-bottom: none;
}

h2 {
  margin: 0;
  font-size: 38px;
}

.date {
  opacity: 0.7;
  margin-top: 5px;
}

.time {
  font-size: 48px;
  font-weight: bold;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
}

footer {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

footer a {
  color: blue;
}
