body {
  background-color: #33658a;
  font-family: sans-serif;
}

.container {
  background-color: #86bbd8;
  padding: 50px;
  margin: 60px auto;
  color: #2f4858;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

select {
  padding: 8px;
  width: 50%;
  display: block;
  border-radius: 10px;
}

.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  border-bottom: 1px dashed grey;
  padding: 20px 0;
}
h2 {
  margin: 0 0 5px;
  font-size: 26px;
}

.date {
  opacity: 0.7;
}
.time {
  font-size: 36px;
  font-weight: bold;
}
.time small {
  font-size: 12px;
  line-height: 36px;
  vertical-align: middle;
}
h1 {
  text-align: center;
  font-size: 32px;
  font-family: sans-serif;
}

footer {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
