body {
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
    font-family:'Times New Roman', Times, serif;
}
h1 {
    text-align: center;
    font-size: 48px;
}
h2 {
    margin: 0 0 5px;
    font-size: 28px;
}
select{
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px;
}
a {
    text-decoration: none;
}

.container {
    max-width: 700px;
    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;
    margin: 20px 0;
    justify-content: space-between;
    padding: 20px 0;
    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: 16px;
    vertical-align: middle;
    line-height: 36px;

}

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

}