body{
  font-family:Georgia, 'Times New Roman', Times, serif;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.content{
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  border-radius: 10px;
}

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

h2{
  margin:0 0 5px;
  font-size: 28px;
}

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

.city{
  display:flex;
  justify-content: space-between;
  margin:10px 0;
  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: 36px;
font-weight: bold;
}

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

a{
  color:#15375B;
}

footer{
text-align: center;
font-size: 18px;
color:rgba (0,0,0,0.6);
}

.link{
  color:#DEAB80;
}