body {
    background-color: rgb(189, 179, 199);
    font-family: Arial, Helvetica, sans-serif;
}


h1 {
    text-align: center;
}

.container {
    margin: 10%;
    background-color: white;
    padding: 20px; 
    border-radius: 10px;
}

#city {
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
  
}

.cityTime {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    
}

.time { 
    font-weight: 800;
    font-size: 30px;

}

.date {
    opacity: 0.7;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px dashed grey;
    
}

h2 {
    margin-bottom: 0px;
    font-size: 30px;
}


footer {
    text-align: center;
    margin-top: 8px;
}