body {
  background-color: #b0dedb;
  font-family: "ABeeZee", sans-serif;
}

.container {
  max-width: 600px;
  margin: 36px auto;
  background: #e3f3f7;
  padding: 25px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
  border-radius: 12px;
  color:#113f67;
}

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

h2 {
  margin: 0 0 5px;
  font-size: 30px;
}

select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background: #e3f3f7;
  border-color:#113f67;
  color: #113f67;
  font-size: 16px;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

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

.date {
  opacity: 0.7;
}

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

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

footer {
  text-align: center;
  color: #fc6e5e;
  opacity: 0.6;
  font-size: 16px;
}

a {
  color:#113f67;
}