body{
    background-color: rgb(240, 236, 236);
    font-family: sans-serif;
}

.head-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;
}

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

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

.date{
    opacity: 0.7;
}

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

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

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

.time small{
    font-size: 24px;
    vertical-align: middle;
}

h1{
    text-align: center;
    font-family: sans-serif;
    font-size: 30px;
    color: rgb(53, 1, 18);
}

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