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

h1 {
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 36px;
}

h1 a {
  text-decoration: none;
  color: black;
}

h2 {
  margin: 0 0 10px;
  font-size: 29px;
}

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

.container a {
  text-decoration: none;
  color: #98483d;
}

.container a:hover {
  color: white;
}

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

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

.date {
  opacity: 0.7;
}

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

.time small {
  font-size: 16px;
  line-height: 48px;
  vertical-align: middle;
}
select {
  display: block;
  width: 100%;
  border-radius: 5px;
  font-size: 24px;
  padding: 10px;
}

footer {
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
}

footer a {
  color: #98483d;
  text-decoration: none;
}
