body {
  font-family: Arial, "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  background-color: #9e9b9b;
  display: flex;
  flex-direction:column;
  align-items: center;
  padding: 50px;
}
h1{
    text-align: center;
}
select {
    display:block;
    width: 100%;
    font-size: 18px;
    padding: 4px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.container {
    background: white;
    border-radius: 12px;
    padding: 30px;
    width: 600px;
    box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.05);
    margin: 60px auto;
}

.city {
    font-size: 30;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child{
    border:none;
}
.time{
    font-size:48px;
    font-weight: bold;
    text-align: right;
    padding: 5px;
}
.time small{
    font-size: 20px;
    vertical-align: middle;
    line-height: 36px;

}
.date{
    opacity: 0.7;
}
footer {
    text-align:center;
    margin: 20px auto;
    
  
}
