body {
  background-color: #cfc9cf;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #aba7aa;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

select {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #cfcbd0;
}

.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.city:last-child {
  border-bottom: none;
}

.time {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5em;
}
.time small {
  font-size: 0.5em;
  vertical-align: middle;
}
h1 {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.5em;
}

h2 {
  margin: 0;
  font-size: 2em;
}

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