body {
  background-image: url("https://academo.org/demos/night-time-satellite-imagery/dnb_land_ocean_ice.2012.jpg");
  background-size: cover;
}
h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffff;
  text-shadow: 0 3px 10px rgba(255, 253, 253, 0.979);
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
}
select {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  opacity: 0.7;
}

.container {
  font-family: "Poppins";
  max-width: 600px;
  margin: 60px auto 20px;
  color: #ffff;
  padding: 30px;
  box-shadow: 0 3px 10px rgba(212, 210, 210, 0.979);
  border-radius: 10px;
}

.city {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  justify-content: space-between;
  padding: 20px 0;
}
.city:last-child {
  border: none;
}

.date {
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time {
  font-size: 48px;
  font-weight: bold;
}

.time small {
  font-size: 18px;
  vertical-align: middle;
}

footer {
  color: #ffff;

  max-width: 660px;
  margin: 10px auto;
  padding: 6px 0;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(212, 210, 210, 0.979);
  font-family: "poppins";
  text-align: center;
  font-size: 14px;
}
strong {
  color: #f7d491;
}
a {
  color: #f7d491;
}
