body {
  background: radial-gradient(
    circle at 18.7% 37.8%,
    rgb(250, 250, 250) 0%,
    rgb(225, 234, 238) 90%
  );
  text-align: center;
  font-family: sans-serif;
  color: rgb(23, 23, 23);
}

h1 {
  font-family: sans-serif;
  text-align: center;
  font-size: 36px;
  padding: 10px;
}

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

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

.container {
  max-width: 600px;
  margin: 60px auto;
  opacity: 0.9;
  background-color: white;
  padding: 30px 60px;
  box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.205);
  border-radius: 20px;
}

.city {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 10px 0;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.623);
  padding: 30px 0;
}

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

.date {
  opacity: 0.7;
}

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

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

footer {
  font-size: 18px;
  text-align: center;
  color: rgb(67, 67, 67);
}

a {
  color: rgb(139, 30, 198);
}
