body {
    width: 25%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #352f42;
    color: #e3e7f1;
    line-height: 1.5;
    tab-size: 5; 
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    overflow-y: scroll;
    
}

a:link {
  color: rgb(248, 220, 234);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(255, 240, 242);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(245, 180, 201);
  background-color: transparent;
}

a:active {
  color: rgb(235, 141, 171);
  background-color: transparent;
}

.headbox > h3 {
  padding-top: 2%;
}

.contentbox > h4 {
  border-bottom: 1px solid;
  width: 100%;
  display: block;
}

.footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 0%;
    margin-top: 0%;
}

#posts {
  width: 100%;
}

#pinnedposts {
  width: 100%;
}

.postImage > img {
  border-radius: 5px;
  width: 50%;
}

.postImageRight {
  text-align: right;
}

.postImageRight > img {
  border-radius: 5px;
  width: 50%;
}


.teenyTinyText {
  font-style: italic;
  font-size: 70%;
}

.postMeta {
  font-style: italic;
  font-size: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.codeBlock {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #FAF0E6;
  background: #181424;
}