body {
  background-color: black;
  background-image: url(https://hercastletown.neocities.org/assets/castle-town.jpg);
  color: white;
  width: 800px;
  padding: 20px;
  font-family: Georgia;
}

.post {
  background: #056a8f;
  padding: 1rem;
}

.post p { margin-top: 0; }

.post h1 { margin-top: 0; }

.post h2 { margin-top: 0; }

a {
  text-decoration: none;
  color: #61d9ff;
}
