body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/158/040/original/illuminated_globe.jpg?1739872791");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.container {
  max-width: 550px;
  margin: 100px auto 80px 60px;
  padding: 20px 15px;
  border: none;
  border-radius: 5px;
  background-color: rgb(50, 203, 223);
  box-shadow: -30px 0px 15px 15px rgb(50, 203, 223, 0.3);
  opacity: 0.5;
}

h1 {
  text-align: center;
  font-size: 50px;
  color: aliceblue;
  text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

select {
  display: block;
  margin: 8px auto 20px auto;
  padding: 7px 310px 7px 5px;
  border-radius: 4px;
  font-size: 15px;
}

.city {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.city-name {
  font-weight: bold;
  font-size: 35px;
}

.city-date {
  font-size: 15px;
  opacity: 0.6;
}

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

span {
  font-size: 20px;
}

footer {
  margin-left: 60px;
  margin-bottom: none;
  line-height: 1.5;
  font-size: smaller;
  font-weight: 500;
  color: aliceblue;
  opacity: 0.7;
}

a {
  color: rgb(50, 203, 223);
}
