body {
  background-image: url(https://s3.amazonaws.com/shecodesio-production/uploads/files/000/179/403/original/digital-world-banner-background-remixed-from-public-domain-by-nasa.jpg?1775227482);
  background-size: cover;
  font-family: sans-serif;
}
h1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
}
h2 {
  margin: 0 0 5px;
  font-size: 28px;
}
select {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 5px 10px;
  background-color: #003c4e89;
  color: #8f9ab8;
  border-radius: 5px;
  border: none;
}
.container {
  max-width: 550px;
  margin: 60px auto;
  padding: 30px;
  background-color: rgba(205, 215, 255, 0.45);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child {
  border: none;
}

.date {
  opacity: 0.7;
}
.time {
  font-size: 48px;
  font-weight: bold;
}
.time small {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}

footer {
  text-align: center;
  font-size: 16px;
  color: #b9bfd0;
  margin: 100px 0 30px 0;
}
a {
  text-decoration: none;
  color: #f99e81;
}
