body {
  background-color: #f0d78c;
  font-family: "Raleway", sans-serif;
}
.container {
  max-width: 600px;
  margin: 60px auto;
  background: #fcfafa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
h1 {
  text-align: center;
  font-size: 40px;
  color: #10316b;
}
select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  border-color: #10316b;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px dashed #10316b;
  padding: 30px 0;
}
.city:last-child {
  border: none;
}
h2 {
  margin: 0 0 5px;
  font-size: 28px;
  color: #10316b;
}
.date {
  opacity: 0.7;
}
.time {
  font-size: 48px;
  font-weight: bold;
  color: #10316b;
}
.time small {
  font-size: 24px;
}
footer {
  text-align: center;
  font-size: 14px;
  color: #10316b;
}
