body {
  background-color: #f9f7fe;
  font-family: sans-serif;
}

h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 36px;
}

 h2 {
    margin: 0;
}   


.container {
    max-width: 600px;
    margin: 60px auto;
    background: white;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    
}
.city {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 30px;
}



.date {
    opacity: 0.7;
}

.time {
    font-size: 36px;
    font-weight: bold;
}

.time small {
    font-size: 10px;
    vertical-align: middle;
    line-height: 36px;
}

select {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;

}


footer {
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 40px;
    
}