body {
    background-color: #f9f7fe;
    font-family: sans-serif;
  
}
select {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}
h1 {
    text-align: center;
    font-family:sans-serif;
    font-size: 36px;
}
h2 {
    margin: 0 0 20px 0;
}
.container {
    max-width: 600px;
    margin: 60px auto;
    background-color: white;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
    border-radius: 10px;
    padding: 30px;

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

}
.city:last-child {
    border-bottom: none;
}   
.date {
    opacity: 0.7;
}

.time {
    font-size: 48px;
    font-weight: bold;
    
}
.time small {
    font-size: 24px;
   line-height: 36px;
   vertical-align: middle;
}

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