body {
  background: #a4c3b2;
  font-family: "Monserrat", sans-serif;
}
.container {
  background: #eaf4f4;
  max-width: 650px;
  margin: 60px auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px #6b9080;
}
h1 {
  text-align: center;
  font-size: 36px;
}
select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  font-size: 15px;
}
.city {
  display: flex;
  justify-content: space-between;

  border-bottom: 1px dashed #2c6b50;
  padding: 20px 0;
}
.city:last-child {
  border: none;
}
.time {
  font-size: 39px;
  font-weight: bold;
  padding-top: 9px;
}
.time small {
  font-size: 18px;
  line-height: 36px;
  vertical-align: middle;
}
h2 {
  margin: 0 0 10px;
  font-size: 30px;
}
.date {
  opacity: 0.7;
  font-size: 15px;
}
footer {
  border-top: 1px solid #a4c3b2;
  text-align: center;
  padding-top: 15px;
  color: #507062;
  font-size: small;
}
a {
  color: #2c6b50;
}
