Body {
  background-color: #f9fef7;
  font-family: sans-serif;
}
h1 {
  text-align: center;
  font-size: 38px;
  color: #8e5046;
}

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

select {
  display: block;
  color: #7a6c6a;
  width: 100%;
  padding: 13px;
  border-radius: 5px;
  font-size: 20px;
}
.container {
  background: white;
  max-width: 500px;
  margin: 38px auto;
  padding: 18px 20px;
  border-radius: 14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.city {
  display: flex;
  margin: 9px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  color: #7e4e38;
}
.city:last-child {
  border: none;
}

.time {
  font-size: 42px;
  font-weight: bold;
}

.date {
  opacity: 0.7;
}

footer {
  text-align: center;
  font-size: 16px;
  padding: 2px;
  color: #afa3a3;
}
