body {
  background-color: rgb(255, 223, 248);
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.container {
  max-width: 600px;
  margin: 60px auto;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.15) 0px 15px 25px,
    rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
h1 {
  text-align: center;
  color: rgb(0, 37, 24);
  font-size: 35px;
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px dashed #f9bceb;
}
.city1 {
  margin-bottom: 16px;
}
.city:last-child {
  border: none;
}
h2 {
  margin: 0 0 5px;
  font-size: 32px;
}
.date {
  opacity: 0.5;
  font-size: 14px;
}
.time {
  font-size: 42px;
  font-weight: 700;
  white-space: nowrap;
}
.time small {
  font-size: 15px;
  vertical-align: middle;
}
select {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 16px;
}
footer {
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
}
footer a {
  color: rgb(0, 37, 24);
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
