body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/155/126/original/tumblr_ff17441732be825dcc768adf3cd86b30_6da4b2fa_250.gif?1737228497");
  background-position: center;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background: white;
  padding: 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 36px;
}

h2 {
  margin: 0;
}

.city {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.city:last-child {
  border: none;
}

.date {
  opacity: 0, 7;
}
.time {
  font-size: 36px;
  font-weight: bold;
}

.time small {
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}
select {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
}

footer {
  color: black;
  text-align: center;
}
