body {
  font-family: Arial, sans-serif;
  background-color: #e9e6f1;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

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

.city:last-child {
  border: none;
}
h2 {
  margin: 0;
}

.date {
  font-size: 16px;

  opacity: 0.7;
}
.time {
  font-size: 24px;
  font-weight: bold;
}

.time small {
  font-size: 10px;
  visibility: middle;
  line-height: 36px;
}

select {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}

h1 {
  text-align: center;
}
footer {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #555;
}

footer a {
  text-decoration: none;
  font-weight: bold;
  color: #9771f3;
}
