body {
  background-image: url("images/two.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  max-width: 600px;
  height: 550px;
  background-size: cover;
  margin: 80px auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
h1 {
  text-align: center;
  font-size: 40px;
  color: #352f44;
}
h2 {
  margin: 0 0 5px;
  font-size: 28px;
  color: #352f44;
}
select {
  display: block;
  width: 60%;
  font-size: 18px;
  border-radius: 6px;
  padding: 10px;
  color: #352f44;
  font-family: "Ubuntu", sans-serif;
  background-color: transparent;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.city {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  gap: 80px;
}

.city:last-child {
  border: none;
}
.date {
  opacity: 0.7;
}

.time {
  font-size: 48px;
  font-weight: bold;
  color: #352f44;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}
a {
  color: #407088;
}
.back-link {
  font-size: 20px;
  display: none;
  color: #2f5364;
}

footer {
  font-size: 16px;
  color: #555;
  text-align: center;
}
