body {
  text-align: center;
  background-color: #f9f7fe;
}
.container {
  max-width: 500px;
  margin: 50px auto;
  padding: 30px;
  border-radius: 20px;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
h2 {
  margin-bottom: 8px;
}
select {
  display: block;
  width: 100%;
  font-size: 16px;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}
.date {
  opacity: 0.6;
}
.time {
  font-weight: bold;
  font-size: 28px;
  margin-top: 30px;
}
.time span {
  font-size: 18px;
}
