body{
    text-align: center;
    font-family: sans-serif;
    background-color: aliceblue;
}

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

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

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

h1{
    font-family: sans-serif;
    font-size: 36px;
}

.city{
    display: flex; 
    justify-content: space-between;
    border-bottom: 1px dashed grey;
    padding: 20px 0;
    text-align: left;
}
.city:last-child{
    border: none;
}
.time{
    font-size: 48px;
    font-weight: bold;
}

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

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

.date{
    opacity: 0.7;
}
