.title{
    color:black;
    text-decoration:none;
}
footer{
    text-align:center;
    font-family:sans-serif;
}

.container{
    max-width:600px;
    margin: 60px auto;
    background: white;
    padding:30px;
    border-radius:15px;
    padding-top:5px;
    font-family:sans-serif;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
select{
    margin:10px auto;
    width:100%;
    display:block;
    padding:13px;
    border: solid 2px #ECECEC;
    border-radius:5px;
}
.city{
    display:flex;
    justify-content:space-between;
    padding:30px 0;
    border-bottom:dashed 2px #ECECEC;
    margin:10px 0;
}

.date{
    opacity:50%;
    font-size:15px;
}

.time{
    margin-top:20px;
   font-size:48px;
    font-weight:bold;
   
}

body{
    background: #F6F5FC;
}
.time small{
    vertical-align:middle;
    font-size: 24px;
    line-height:48px;
}
.last{
    border:none;
}



