body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/176/877/original/333768.jpg?1766953296");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: sans-serif;
}
.container {
  border-radius: 10px;
  box-shadow: 0 7px 29px 0px rgba(255, 253, 253, 0.8);
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/176/876/original/ethereal-whispers-smoke-dancing-white-canvas-white-png-transparent-background_94628-64218.jpg?1766952695");
  background-repeat: no-repeat;
  background-size: cover;

  max-width: 600px;
  margin: 60px auto;
  padding: 60px;
}
h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 36px;
}
h2 {
  margin: 0 0 5px;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  font-size: 24px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

.time {
  font-size: 48px;
  font-weight: bold;
}
.time small {
  font-size: 18px;
  vertical-align: middle;
}
.date {
  opacity: 0.7;
  font-size: 20px;
}
select {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
}
footer {
  text-align: center;

  font-size: 12px;
}
a {
  color: red;
}
