body {
    background-color: rgb(231, 214, 227);
    font-family: sans-serif;
    justify-content: center;
    margin: 0;
}

h1 {
    color: rgb(125, 16, 175);
    padding: 15px 10px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

h2 {
    margin: 0 0 10px;
    font-size: 28px;
}
.container {
    max-width: 600px;
    margin: 60px auto;
    background-color: white;
    box-shadow: 10px 5px 5px rgba(100, 100, 111, 0.4);
    border-radius: 80px;
    padding: 20px;
}


.city {
    color: rgb(131, 70, 187);
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed rgb(214, 211, 211);
}

.city:last-child {
    border: none;
    padding: 10px;
}

.date {
    opacity: 0.7;
}

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

.time small{
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}

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

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