body {
  text-align: center;
  font-family: Courier New, monospace;
  font-weight: 300;
  background: black;
  color: white;
}

#all {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
}

@media only screen and (min-width: 1000px) {
  #all {
    max-width: 550px;
  }
}

#title_header {
  padding: 0;
  margin-bottom: 1em;
  text-align: right;
}

#title_link {
  text-decoration: none;
  color: white;
}

#name_header {
  font-size: 2em;
  font-weight: 400;  
  margin: 0;
}

#small_header {
  color: #999;
  font-weight: 300;
  display: block;
  margin-top: 0.5em;
  border-bottom: 1px solid #999;
  padding:  0 0 5px;
}

.post{
  text-align: justify;
}
.post_title {
    margin: 0;
}

.post_date {
  font-style: italic;
  margin: 0;
  color: #d0d0d0;
  font-weight: 300;  
}

#footer {
  border-top: 1px solid #d0d0d0;
  text-align: center;
  margin-top: 2em;
}

#copyright {
  font-style: italic;
  color: #777;
}

img {
  max-width: 550px;
  min-width: 250px; 
}

figure {
  margin: 0;
  text-align: center;
}

pre {
  padding: 0.7em;
}
