body {
  background: linear-gradient(
    91.3deg,
    rgb(135, 174, 220) 1.5%,
    rgb(255, 255, 255) 100.3%
  );
}

h1 {
  text-align: center;
  font-size: 55px;
  font-family: Arial, Helvetica, sans-serif;
}

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

select {
  display: block;
  width: 100%;
  border-radius: 8px;
  padding: 8px;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background: radial-gradient(
    circle at 10% 20%,
    rgb(255, 252, 214) 0%,
    rgba(255, 102, 102, 0.44) 90%
  );
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}

.city {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child {
  border: none;
}

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

.time {
  font-size: 35px;
  font-weight: bold;
}
.time small {
  font-size: 18px;
  font-weight: lighter;
  vertical-align: middle;
  line-height: 34px;
}
footer {
  text-align: center;
  opacity: 0.7;
}
