body {
  background-color: #ddfee4;
  font-family: sans-serif;
  color: #ddfee4;
}

h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 46px;
}

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

select {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
}

a {
  text-decoration: underline;
  color: #ddfee4;
  font-weight: bold;
}

.link {
  text-decoration: underline;
  color: #132f2b;
  font-weight: bold;
}

footer {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  color: #196b69;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #196b69;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 10px 5px 5px #132f2b;
  margin-top: 50px;
}

.cities {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px dashed #ddfee4;
}

.date {
  opacity: 0.7;
}

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

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