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

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

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 28px;
}

a {
  color: #09637e;
}

.container {
  background-color: #fff;
  margin: 50px auto 0;
  max-width: 600px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 5px 5px 25px #deecffb9;
}

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

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

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

.date {
  font-size: 16px;
  opacity: 0.6;
}

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

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

.home {
  font-size: 20px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.068);
  padding: 5px;
  border-radius: 5px;
}

footer {
  text-align: center;
  color: #484d51d7;
  padding-top: 15px;
}
