body{
    background-color: #f9f7fed6;
    
}

 
.container{
    max-width: 600px;
    margin: 60px auto;
    background: aqua;
    padding: 30px;
    box-shadow: rgb(100,100,111,0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    

}

.city{
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
}

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

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

.date{
    opacity: 0.7;
}

.time{
    font-size: 36px;
    font-weight: bold;

}

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

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

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