body {
  background: radial-gradient(
    circle at 10% 20%,
    rgb(253, 239, 132) 0%,
    rgb(247, 191, 169) 54.2%,
    rgb(21, 149, 196) 100.3%
  );
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h1 {
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 36px;
  margin-bottom: 30px;
}
h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
}
select {
  display: block;
  width: 100%;
  font-size: 20px;

  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}
.container {
  max-width: 600px;
  margin: 60px auto;
  background: rgba(250, 250, 250, 0.75);
  padding: 60px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);

  border-radius: 10px;
}
.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
.city:last-child {
  border: none;
}
.date {
  opacity: 0.7;
}
.time {
  font-size: 36px;
  font-weight: 500;
}
.time small {
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}

footer {
  text-align: center;
  font-size: 18px;
  color: rgba(100, 100, 111, 0.9);
}
