body{
    background-color: #f9f7fe; 
    font-family: sans-serif;
}
select{
    display:block;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;

}
h1{
    text-align: center;
    font-family: sans-serif;
    font-size: 40px;
}
h2{
    margin:0 0 5px;
    font-size: 28px;
    
}
footer{
    text-align: center;
    font-size: 18px;
    color: rgba( 0, 0 ,0 , 0.8)
}
.dates{
    opacity:0.7;
}

.times{
    font-size:48px ;
    font-weight: bold;

}
.times small{
    font-size: 20px;
    vertical-align: middle;
}
.container{
    max-width: 600px;
    margin: 60px auto;
    background-color:white ;
    padding: 30px;
    
    box-shadow:0px 7px 29px 0px rgb(100, 100, 111, 0.2);
    
    border-radius: 12px;

}
.cities{
    display:flex;
    justify-content: space-between;
    margin: 10px 0;
    border-bottom: 1px dashed rgba( 0, 0 ,0 , 0.2);
    padding: 30px 0;
}
.cities:last-child{
    border: none;

}
