body {
  background-color: black;
  color: white;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
}

a {
  color: #aaa;
}

a:hover {
  color: #ffffff;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
}

.navbar a {
  font-size: 15px;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}

.photodisplay {
  max-width: 400pt;
  text-align: center;
  border: 2px solid gray;
  overflow: stretch;
  margin:auto;
  margin-bottom: 10pt;
}

.photodisplay img {
  max-width:90%;
  padding:5%;
}

.postdisplay {
  max-width: 500pt;
  border: 2px solid gray;
  overflow: stretch;
  margin: auto;
  margin-bottom: 5pt;
}

.postdisplay h2 {
  margin: 10pt
}

.postdisplay h3 {
  color: #aaa;
  margin: 10pt
}

.postcontent {
  text-align: justify;
  text-justify: auto;
  max-width: 500pt;
  margin: auto;  
  margin-bottom: 5pt;
}

.hitcounter {
  max-width: 150pt;
  margin: auto;
  margin-bottom: 10pt;
  padding-bottom: 10pt;
  border: 2px solid gray;
}
