body {
    background-color: #f9f7fe;
    font-family: "Magra", sans-serif;
}

.container {
    max-width: 500px;
    margin: 20px auto;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

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

h1 {
    text-align: center;
    font-size: 30px;
}

.city {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(128, 128, 128, 0.3) ;
    padding: 25px 0;
}

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

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

.date {
    opacity: 0.7;
}

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

.time small {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

footer {
    text-align: center;
    font-size: 15px;
    opacity: 0.8;
}

