body {
    background-color: white;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    background: rgb(240, 247, 247);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 60px;
    margin: 60px
}

.city {
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed rgb(163, 163, 163);
}
.time {
    font-size: 26px;
    font-weight: bold;

}

.time small {
    font-size: 14px;
    vertical-align: middle;
}

.date {
    opacity: 0.7;
}

select {
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 8px;
}

h1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    margin: 0;
}

footer {
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}