body {
  background-color: #222222;
  background-image: url("css/bg.gif");
  font-family: sans-serif;
  color: #e0d0d0;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.no-bullets {
  list-style-type: none;
  padding: 5px;
  margin: 15px;
}

.post {
  padding: 5px;
}

.update-log {
  margin: 15px;
}
