/*body{
//background-color: #f9f7fe;*/
 body{
        background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/169/814/original/famous_places.png?1751842650");
        background-repeat: no-repeat;
       background-size: cover;
       background-position: center;
       height: 100vh;
      }


.container{
max-width: 600px;
background: #dcd6f7;
padding: 30px;
margin: 60px auto;
box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
border-radius: 10px;
}

.city{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    border-bottom: 1px dashed grey;
    padding: 30px 0;
}
.time{
    font-size: 48px;
    font-weight: bold;
}

.time small{
    font-size: 15px;
    vertical-align: middle;
    line-height: 36px;
}
select{
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    font-size: 10px;
}
.date{
    opacity:0.7 ;

}
h2{
    margin: 0 0 10px;
    font-size: 28px;
}

h1{
text-align: center;
}

footer{
    text-align: center;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
}