body{
    background-color: rgb(214, 211, 228);
} 
h1{
    text-align:left;
    margin-top: 30px;
    margin-bottom: 50px;
}
.container{
    display: flex;
    gap: 20px;
    box-shadow: 0 30px 50px rgba(65, 59,100, 0.08);
    
}
.image{
    width:200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.image p{
    font-size: 150px;
}
#local-details{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 25px;
    margin-bottom: 50px;
    width:100%;
    border-radius: 30px;
    background-color:rgb(246, 216, 125);
     box-shadow: 0 30px 50px rgba(65, 59,100, 0.08);
}

#local-time{
    margin-top: 0px;
    font-weight:300;
    font-size: 25px;
}
#selectCity{
    padding: 70px;
    font-size: 100px;
}
#displayed-cities{
    background-color:rgb(255, 254, 251);
    display: flex;
    flex-direction: column;
    width:500px;
    margin: 30px auto;
    padding: 60px;
    border-radius: 20px;
     box-shadow: 0 30px 50px rgba(65, 59,100, 0.08);
}
hr{
    border: 0.5px solid black;
    width: 100%;
}
footer{
    text-align:center;
    margin-top: 60px;
}
.city{
    display:flex;
    gap:150px;
}