body {
    background-color:#eac7f1 ;
}
h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 29px;
}
h2{
    margin: 0 0 8px;
    font-size: 29px;
}
select{
     display: block;
     width: 100%;
     font-size: 19px;
     border-radius: 5px;
     padding: 8px;
}
.wrapper {
     max-width: 700px;
     margin: 40px auto;
     background: rgb(211, 213, 247);
     padding: 28px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     border-radius: 12px;
}
.city {
     display: flex;
     margin: 20px;
     justify-content: space-between;
     padding: 29px 0;
     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;
    line-height: 48px;
}
.date {
    opacity: 0.7;
}

footer{
    text-align: center;
    font-size: 20px;
}
footer strong{
    font-style: italic;
}
