body{
    background-color: #F6F8FA;
}

.container {
    max-width: 600px;
    margin: 60px auto;
    background-color: white;
    padding: 30px;
    box-shadow: 10px 10px 5px 0px rgba(224,216,216,0.75);
    border-radius: 15px;
}

.city{
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(224,216,216,0.75);
}
select {
    display: block;
    width: 100%;
    font-size: 13px;
    border-radius: 5px;
    padding: 10px;
}

h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 34px;
}

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

.city .date{
    opacity: 0.7;
    font-size: 14px;
}
.city:last-child{
    border: none;
}

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

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



footer{
    text-align: center;
    font-size: 15px;
    color:#282044;
}