body{
    background-color: #F6F5FC;
    font-family: sans-serif;
}
.city_select {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    font-size: 16px;    
}
h1{
    font-size: 28px;
    text-align: center;
}
h2{
    font-size: 18px;
    margin: 0 0 6px;
}
.container{
    max-width: 600px;
    background: white;
    padding: 16px;
    margin: 60px auto;
    border-radius: 10px;
    box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ;
}
.city{
    padding: 16px 0;
    margin: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child{
    border: none;
}
.city-time{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.time{
    font-size: 24px;
    font-weight: 600;
}
small{
    font-size:16px ;
}
.date{
    opacity: 0.6;
}
footer{
    text-align: center;
    font-size: 16px;
}