body {
  background-color: rgb(250, 229, 229);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: sans-serif;
}
h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 36px;
}
footer {
  text-align: center;
  font-size: 18px;
  color: rgba(59, 57, 57, 0.8);
}
.container {
  max-width: 600px;
  margin: 60px auto;
  background-color: rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(7px);
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
select {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city :last-child {
  border: none;
}
.time {
  font-size: 48px;
  font-weight: bold;
}
.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 36px;
}
h2 {
  margin: 0 0 10px;
  font-size: 28px;
}
.date {
  opacity: 0.7;
}
