body {
  background-color: #323333;
}

.container {
  margin: 60px auto;
  max-width: 600px;
  background-color: #49494a;
  border-radius: 15px;
  padding: 20px;
}

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

.citys {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed #323333;
  color: #ffff;
}
.citys:last-child {
  border: none;
}

.date {
  opacity: 0.7;
}

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

h1 {
  text-align: center;
  font-size: 36px;
  color: #ffff;
}
h2 {
  font-size: 28px;
  margin: 0 0 5px;
}

footer {
  text-align: center;
  font-size: 18px;
  color: #ffff;
}
a {
  color: #92b3e8;
}
