body {
    background-color: #f9f7fe;
    font-family: sans-serif;
}

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

h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 48px;
}

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

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

.city {
    font-size: 36px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 30px;
    border-bottom: 1px dashed rgba(0,0,0,0.4);
}

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


.date {
    opacity: 0.7;
    font-size: 18px;
}

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

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

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