body {
  background-color: beige;
}

.framwork {
  max-width: 600px;
  background-color: white;
  padding: 30px;
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-radius: 10px;
}
select {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
}

.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  padding: 20px;
}

.city:last-child {
  border: none;
}

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

.date {
  opacity: 0.7;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

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

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

h1 {
  text-align: center;
}
footer {
  text-align: center;
  margin-top: 30px;
}
