body {
  background-color: rgba(169, 169, 169, 0.3);
  margin: 50px;
  font-family: sans-serif;
}
.container {
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
select {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
}
h1 {
  color: rgb(0, 0, 0);
  text-align: center;
}
.city {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(0, 0, 0, 0.5);
}
.city:last-child {
  border-bottom: none;
}
.date {
  margin-top: -20px;
  opacity: 0.7;
}
.time {
  font-size: 40px;
  padding: 20px;
  font-weight: bold;
}
small {
  font-size: 18px;
  vertical-align: middle;
}

a {
  color: rgb(177, 165, 26);
}
footer {
  text-align: center;
  margin-top: 20px;
}
