body { background-color: black; }

h1 { text-align: center; color: yellow; font-family: sans-serif; }
h2 { font-family: sans-serif; }
.city { background-color: #222; color: #ccc; }

.update { border-top: 1px solid white; color: white; }

ul { background-color: #222; color: #ccc; }
a { color: #ccc; text-decoration: underline; }
p { font-family: monospace; }