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

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

.container {
  max-width: 600px;
  margin: 50px auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  margin: 10px 0;
  border-radius: 4px;
}

.city {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

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

.city h2 {
  margin: 0;
}

.date {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

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

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

.all-cities-button a {
  color: white;
}

.all-cities-button {
  display: block;
  text-align: center;
  margin: 10px auto;
  margin-top: 30px;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: blueviolet;
  opacity: 0.6;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

footer {
  text-align: center;
}

footer a {
  color: blueviolet;
}
