html {
  background-color: darkslateblue;
  color: white;

  font-family: sans-serif;
}

a,
a:visited {
  color: lightblue;
  text-decoration: underline;
}

.post {
  background-color: slateblue;
  padding: 8px;
}

.post .title {
  margin: 0;
}
