body{
    background-color: rgb(234, 245, 250);
    font-family: sans-serif;
}

.header{
    display: flex;
justify-content: space-between;
}
.container {
    max-width: 600px;
    border: 1px solid black ;
    margin: 20px auto;
    padding: 20px;
    border-radius: 4px;
}
#cities{
    width: 50%;
    border-radius: 15px;
    font-size: 14px;
    padding: 4px;
}
.cover{
    display: flex;
    justify-content: space-between;
}
.city{
    font-size: 45px;
font-family: "Playpen Sans", cursive;
font-weight: 300;

}
.date{
    font-family: "Playpen Sans", cursive;
font-weight: 300;
margin: auto 10px;
}
.time{
    font-size: 150px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}
.time span {
    font-size: 20px;
    position: relative;
    bottom: 50px;
}
.other-cities{
    display: flex;
    justify-content: space-evenly;
}
.city-cover{
    border-bottom: 2px dashed black;
}
footer{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: rgba(0, 0, 0 ,0.6);
}