body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f9f7fe;
}
.container {
  background-color: #ffffff;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;

  max-width: 600px;
  padding: 20px 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
h1 {
  text-align: center;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  margin: 5px;
  margin-top: 25px;
}
.city {
  padding: 0;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}
.city:last-child {
  border: none;
}
.time {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 30px;
}
.date {
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 20px;
}
.time small {
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
}
select {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

footer {
  text-align: center;
  margin: 20px;
}
