h1{
    text-align: center;
    font-family: sans-serif;
}
footer{
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}
body{
    background-color: rgb(240, 243, 245);
    font-family: 'Times New Roman', Times, serif;
}
.main-container{
    max-width: 600px;
    margin: 60px auto; 
    border: 1px solid white;
    border-radius: 20px;
    background-color: white;
    padding:  30px 60px;
    box-shadow: 12px 12px 2px 1px rgba(201, 201, 224, 0.2);
 
}
select{
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
}
.cities{
display: flex;
justify-content: space-between;
}
.time{
    font-size: 26px;
    font-weight: bold;
    margin: 30px 0;
}
.time small{
    font-size: 18px;
    vertical-align: middle;
    line-height: 36px;
}
h2{
    margin: 10px 0px;
}
.date{
    opacity: 0.7;
}
hr{
    border: 1px dashed rgba(145, 143, 143, 0.3);
}