body {
  background: #e1e1e1;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

h1 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
}

.cities {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 30px 0;
  border-bottom: 1px dashed #aaa;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.cities:last-child {
  border: none;
}

.cities h2 {
  margin: 0;
  font-size: 24px;
}

.time {
  font-size: 48px;
  font-weight: bold;
}

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

.date {
  opacity: 0.7;
  padding-top: 10px;
}

footer {
  margin-top: 50px;
}
