body {
  background: #f9f7fe;
  font-family: sans-serif;
}

h1 {
  text-align: center;
  font-size: 30px;
}

h2 {
  margin: 0 0 5px;
}

select {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}

.container {
  background: white;
  margin: 50px auto;
  max-width: 600px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 29px 0 rgba(100, 100, 111, 0.2);
}

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

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

.date {
  opacity: 0.7;
  font-size: 15px;
}

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

.time small {
  font-size: 16px;
  vertical-align: middle;
}

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