body {
  height: 100vh;
  margin: 0;
  background: linear-gradient(
    290deg,
    rgb(248, 126, 126) -0.5%,
    rgb(251, 206, 143) 35.3%,
    rgb(184, 252, 233) 67.2%,
    rgb(118, 162, 229) 92.3%
  );
  background-size: cover;
}
select {
  display: block;
  margin: 20px auto 15px;
  width: 100%;
  border-radius: 6px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
h1 {
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 40px;
}
h2 {
  font-weight: 400;
  font-size: 29px;
  margin: 0 auto;
}
footer {
  text-align: center;
  margin-top: 40px;
  font-family: "Kanit", serif;
  font-size: 16px;
  font-weight: 200;
}
a {
  color: teal;
}
.container {
  background: rgba(255, 255, 255, 0.5);
  max-width: 600px;
  margin: 50px auto;
  padding: 30px 40px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-family: "Kanit", serif;
  font-weight: 300;
  font-style: normal;
}
.time {
  font-size: 36px;
  font-weight: 400;
  padding-top: 7px;
}
.time small {
  font-size: 20px;
  vertical-align: middle;
}
.cities {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.date {
  opacity: 0.6;
  margin-bottom: 10px;
}
.cities:last-of-type {
  border: none;
}
