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

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

.heading {
margin-top: -40px;
 style: width: 200px; height: 200px;
}

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

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

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

.city {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.date {
  opacity: 0.7;
  margin-top: -15px;
  margin-left: 4px;
  margin-bottom: 20px;
}

.time {
  font-size: 38px;
  font-weight: bold;
  margin-top: 25px;
}

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

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