body {
  color: black;
  background-color: black;
  background-image:url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/162/736/original/pexels-pixabay-487709.jpg?1744288659");
  background-position: top;
  background-repeat: no-repeat;
  font-family: sans-serif;
}
h1{
  text-align: center;
  font-family: sans-serif;
  font-size: 35px;
  text-align: center;
}
h2 {
  margin: 0 0 3px;
  font-size: 25px;
}
select {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  font-size: 18px;
}
.container {
  max-width: 600px;
  max-height: 450px;
  margin: 50px auto;
  background: white;
  padding: 23px;
  box-shadow: (rgba 100 100 111 0.2) 0px 7px 29px 0px;;
  border-radius: 5px;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 22px 0;
}
.city:last-child {
  border: none;
}
  
.date {
  opacity: 0.7;
}
.time {
font-size: 40px;
font-weight: bold;
}
.time small {
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;
}

footer{
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}