body{
    background-image: url(https://images.pexels.com/photos/16737157/pexels-photo-16737157/free-photo-of-damaged-analog-clock.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    font-family: sans-serif;
}

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

}

h2{
    margin: 0 0 5px;
    font-size: 28px;

}

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

}

.city{
    display: flex;
    margin: 10px 0;
    padding: 30px 0;
    border-bottom: 1px dashed rgba(0, 0, 0 , 0.2);
    justify-content: space-between;
}

.city:last-child{
    border: none;
}

.time{
    font-size: 48px;
    font-weight: bold;

}

.time small{
    font-size: 24px;
    vertical-align: middle;
    line-height: 48px;

}

.date{
    opacity: 0.7;
}

a{
    color: #9670F3;
}
select{
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
}

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