body {
  background-color: #b2cbde;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

h1 {
  text-align: center;
}

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

select {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}

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

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

h2 {
  margin: 0;
}

.date {
  opacity: 0.7;
}

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

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

footer {
  text-align: center;
  color: #304674;
}
