body {
  background: rgb(122, 173, 122);
  color: white;
  font-family: sans-serif;
}
.container {
  max-width: 600px;
  margin: 50px auto;
  padding: 50px;
  background: rgb(45, 109, 61);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

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

h1 {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 35px;
}

h2 {
  margin: 0 0 6px;
  font-size: 27px;
}

.date {
  opacity: 0.6;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 22px 0;
  border-bottom: 1px dashed rgba(220, 234, 198, 0.5);
  padding: 30px 0;
}

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

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

.time small {
  font-size: 22px;
  vertical-align: middle;
}
footer {
  text-align: center;
  font-size: 16px;
  color: rgba(246, 248, 249, 0.8);
}
