body {
  background-color: #000000;
  font-family: courier, monospace;
}

#meta {
  top: -.5em;
  position: fixed;
  height: 3.5em;
  float: left;
  text-align: left;
  width: 100%;
}

#tlogs {
  margin-top: 5em;
  width: 80%;
}

.entry {
  border: 1px dotted white;
  padding: .4em;
  margin-bottom:-4em;
}

.entry p.permalink {
  font-size: .6em;
  font-color: #808080;
  text-align: right;
}

.entry h5 {
  text-align: right;
  margin-top: .2em;
}

blockquote {
  background-color: black;
  color: #e0b0ff;
  font-size: 90%;
  border: 1px dotted white;
  padding: 4px;
}

.docs {
  width: 70%;
  margin-top: 5em;
}

.feed ul{
  text-align: center;
}

.feed li {
  list-style-type: none;
}

.feed{
  float: right;
  position: fixed;
  top: 1em;
  right: 1em;
  font-size: 70%;
}

.feed h3 {
  text-align: center;
}

 body {

     background-color: #000000 !important;

}

 .entry {

     max-width: 75ch;

     margin: 1rem auto;

     border: 1px solid #535871;

     padding: 0;

}

 .entry > h5 {

     padding: 0 1rem;

}

 .entry > p {

     padding: 0 1rem;

}

 #tlogs {

     width: 100%;

}

 #meta {

     height: unset;

     background: #000000;

     text-align: center;

     color: #ff0058;

}

 #meta > h1, #meta > h1 > a {
 	color: #ff0058 !important;
 }

 blockquote {

     font-size: 1.5rem;

     color: #ff0058;

     background: #170008;

     border: 1px solid #ff0058;

     border-left: 6px solid #ff0058 !important;

}

 #custom-meta {

     width: 100%;

     position: fixed;

     top: 0;

     background: #000000;

     text-align: center;

}

 #custom-meta > h1 {

     color: #ff0058;

}


img {
	width: 100%;
}
