body {
  background-color: #f9f7fe;
}

h1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
}

select {
  display: block;
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
}

h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

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

.city > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.city > div:last-child {
  align-self: center;
}

.city h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

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

.cities {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.date {
  opacity: 0.7;
  flex-grow: 1;
}

.time {
  font-size: 48px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.container {
  max-width: 600px;
  margin: 60px auto;
  background: white;
  padding: 30px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 36px;
}

footer {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
