h1 {
  text-align: center;
}

h2 {
  margin: 0 0 5px;
}

select {
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 15px;
}

button {
  opacity: 0.8;
  border-radius: 4px;
  padding: 5px 10px;
}

.dark {
  background: black;
}

.dark footer {
  color: white;
}

.dark footer a {
  color: rgb(155, 205, 201);
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 8px 60px;
  border-radius: 20px;
  background: rgb(155, 205, 201, 0.8);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(155, 205, 201, 0.12) 0px -12px 30px,
    rgba(155, 205, 201, 0.12) 0px 4px 6px,
    rgba(155, 205, 201, 0.17) 0px 12px 13px,
    rgba(155, 205, 201, 0.09) 0px -3px 5px;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  border-bottom: 1px dashed rgb(0, 0, 0, 0.4);
  padding-bottom: 15px;
}

.city:last-child {
  border: none;
}

.date {
  opacity: 0.8;
}

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

footer {
  text-align: center;
  padding: 20px;
  font-style: italic;
  font-size: 18px;
  opacity: 0.7;
}
