body {
  background-color: #fafafa;
}

h1 {
  text-align: center;
  font-size: 34px;
}

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

select {
  width: 100%;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #ffe9e3;
}

footer {
  text-align: center;
  opacity: 0.6;
}

.city {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ffe9e3;
}
.city:last-child {
  border: none;
}

.time {
  font-size: 40px;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
}

.date {
  font-size: 13px;
  opacity: 0.7;
}
