body {
  background-color: rgb(227, 222, 238);
  font-family: sans-serif;
}
h1 {
  text-align: left;
  font-size: 48px;
}

.container {
  background-color: white;
  text-align: center;
  max-width: 500px;
  margin: 60px auto;
  display: block;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 30%);
}
select {
  appearance: base-select;
  border: 2px solid #ddd;
  background: #ebdef5;
  padding: 10px;
  text-align: left;
  transition: 0.4s;
  width: 100%;
  height: 42px;
}
select:hover,
select:focus {
  background: #ebdef5;
}
h2 {
  margin: 0 0 5px;
  font-size: 28px;
}
.city {
  margin-top: 30px;
  border-bottom: #ebdef5 2px dotted;
  padding-bottom: 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.city:last-child {
  border-bottom: none;
}
.time {
  font-size: 48px;
  font-weight: bolder;
}
.date {
  opacity: 0.7;
}

small {
  font-size: 12px;
  vertical-align: middle;
  line-height: 36px;
}

footer {
  text-align: center;
  opacity: 50%;
}
