body {
  background-color: rgb(75, 188, 184);
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background-color: white;
  padding: 60px;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}

.city {
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed gray;
}

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

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

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

select {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
}

h1 {
  text-align: center;
  color: rgb(10, 9, 9);
  font-size: 42px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
}

.date {
  opacity: 0.8;
}

footer {
  text-align: center;
  color: rgb(39, 35, 35);
  font-family: "Poppins", sans-serif;
}
