body {
  background: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/166/264/original/planet-4059283_1920.jpg?1747776094");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Times New Roman", Times, serif;
}
h1 {
  text-align: left;
  color: white;
  font-size: 36px;
}
.material-symbols-outlined {
  font-size: 20px;
}
h2 {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 300;
}
select {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  color: black;
}
select option {
  color: black;
}
.container {
  max-width: 550px;
  margin: 60px auto;
  border: 1px solid white;
  border-radius: 10px;
  padding: 30px;
  background: rgba(106, 103, 103, 0.2);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(154, 150, 150, 0.2);
  color: white;
}

.city:last-child {
  border: none;
}
#city {
  display: none;
  border-top: 1px dashed rgba(154, 150, 150, 0.2);
}

.date {
  opacity: 0.7;
}

.time {
  font-size: 48px;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}
a,
strong {
  color: #76a3b0;
}
a:hover {
  color: #9a9f9b;
  text-decoration: none;
}
footer {
  text-align: center;
  margin: 30px 0;
  color: white;
  font-size: 14px;
}
