body {
  background-color: #070a0f;
  padding: 150px;
  background-image: url("globe.png");
  background-position: center center;
  background-size: 1200px;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.container {
  background-color: #96cce9;
  opacity: 0.8;
  text-align: center;
  max-width: 600px;
  max-height: 600px;
  margin: 20px auto;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 8px 8px 10px #fff;
}
h1 {
  text-align: center;
  font-size: 48px;
  margin: 0;
  color: #213765;
}

select {
  background-color: rgba(241, 176, 205, 0.8);
  color: #134479;
  margin: 5px;
  padding: 5px 10px;
  border: none;
  border-radius: 8px;
  text-align: center;
  width: 40%;
  box-shadow: 8px 8px 8px #134479;
  transition: all 200ms ease-in-out;
  font-size: 15px;
}

select:hover {
  background-color: rgba(19, 68, 121, 0.8);
  color: #f1b0cd;
  text-align: center;
  box-shadow: 8px 8px 8px #f1b0cd;
}

h2 {
  margin: 0;
  font-size: 35px;
}

.city {
  text-align: left;
  color: #213765;
  padding: 15px 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(19, 68, 121, 0.2);
}
.city:last-child {
  border: none;
  padding-bottom: 20px;
}

.date {
  opacity: 0.7;
  font-size: 12px;
  text-align: left;
}

.time {
  font-size: 35px;
  font-weight: bold;
  margin-top: 5px;
}

small {
  font-size: 15px;
  font-weight: bold;
}

footer {
  margin-top: 5px;
  color: #f86ab8;
  text-align: center;
  font-size: 12px;
}

a {
  margin: 5px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
