body {
  background-color: rgb(242, 235, 242);
  font-family: sans-serif;
}

h1 {
  text-align: center;
}
h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.container {
  width: 600px;
  border-radius: 7px;
  margin: auto;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: 35px;
}
select {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 7px;
  display: block;
}
.cities {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(200, 200, 200);
}
.cities:last-child {
  border-bottom: none;
}
.date {
  opacity: 0.5;
  padding-bottom: 15px;
}
.time {
  font-size: 35px;
  font-weight: bold;
  padding-top: 20px;
}
.time small {
  font-size: 18px;
  vertical-align: middle;
}

footer {
  font-size: small;
  text-align: center;
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.7);
}
