body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/162/254/original/OIP_%281%29.jpg?1743800503");
  font-family: sans-serif;
}
h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 36px;
  color: beige;
}
h2 {
  margin: 0 0 5px;
  font-size: 24px;
  color: beige;
}
select {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 4px;
  font-size: 18px;
}

.container {
  margin: 60px auto;
  max-width: 600px;
  background-color: #00000080; /* 50% opacity */
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  border-radius: 10px;
  opacity: 100%;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px dashed rgb(245, 245, 220);
  padding: 30px 0;
}
.city:last-child {
  border: none;
}
.time {
  font-size: 48px;
  font-weight: bold;
  color: beige;
}
.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}
.date {
  color: beige;
  opacity: 100%;
}

footer {
  text-align: center;
  font-size: 18px;
  color: beige;
}
