body {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  background-image: url(https://hammerofjustice.neocities.org/Assets/599px-Study_location.png.webp);
  color: white;
  width: 599px;
  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;
}