/* css for a page with multiple city posts listed */ 
h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}
h3 a {
    text-decoration: none;
    color: inherit; 
}
h3 a:hover {
    text-decoration: underline;
}
.post-date {
    text-align: center;
}