body {
  background-color: #f9f7fe;
  font-family: sans-serif;
}

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

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

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

footer {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.container {
  max-width: 600px;
  background-color: white;
  padding: 30px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10px;
  margin: 60px auto;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child {
  border: none;
}
.time {
  font-size: 48px;
  font-weight: bold;
}
.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 36px;
}

.date {
  opacity: 0.7;
}

.back-link {
  display: inline-block;
  margin-top: 50px;
  text-decoration: none;
  opacity: 0.7;
}
.back-link:hover {
  opacity: 1;
  text-decoration: underline;
}
