body {
  background-color: rgb(249, 245, 241);
}

.container {
  max-width: 700px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: white;
  box-shadow: -8px 50px 56px 41px rgba(199, 186, 165, 0.2);
  font-family: Helvetica, Arial, sans-serif;
  padding: 30px;
}

h1 {
  font-size: 50px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1.9px;
  color: black;
  margin-top: 10px;
}
h2 {
  margin: 0 0 5px;
  font-size: 28px;
}

select {
  display: block;
  margin: 0 auto;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  border: 3px solid #013bdb;
  font-weight: 600;
  letter-spacing: 2px;
  width: 60%;
  text-align: center;
  background-color: #013bdb;
}

select:hover {
  transform: scale(1.1, 1.08);
  color: #013bdb;
  background-color: #fff;
  transition: all 400ms ease;
}
.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

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

.date {
  opacity: 0.7;
}

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

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}

footer {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-family: Helvetica, Arial, sans-serif;
}
