body {
  background-color: #f9f7fe;
}

h1 {
  text-align: center;
  color: #b256b2;
  font-family: sans-serif;
}

.container {
  max-width: 600px;
  margin: 30px auto;
  background: white;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  border-bottom: dashed 1px #ccc;
  padding: 30px 0;
}

h2 {
  margin: 0;
  font-size: 28px;
}

.date {
  opacity: 0.7;
}

.time {
  font-size: 48px;
  font-weight: bold;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}

select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

footer {
  text-align: center;
  font-size: 0.8em;
  color: #555;
  margin-top: 20px;
}
footer a {
  color: #b256b2;
  text-decoration: none;
}
