body {
  background-color: floralwhite;
  font-family: sans-serif;
}
h1 {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  margin: 0 0 7px;
}
footer {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;

  opacity: 0.8;
}
.backgroundImage {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/168/819/original/blue-world-map-ice.jpg?1750642403");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.container {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  background-color: rgb(242, 227, 244);
  opacity: 0.8;
  padding: 80px 50px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 80px;
}
.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
.city:last-child:last-child {
  border: none;
}
.date {
  opacity: 0.7;
  margin-bottom: 15px;
}
.time {
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
}
.time small {
  font-size: 13px;
  vertical-align: middle;
}

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