body {
  color: #fff;
  background-color: #131313;
}

.whole-container {
  max-width: 800px;
  margin: auto;
  padding: 10px;
}

header {
  text-align: center;
}

header {
  text-align: center;
}

#bezdna {
  font-size: 4em;
  margin-bottom: 5px;
  letter-spacing: 20px;
  text-indent: 20px; // centers the text again after letter-spacing
}

#abyss {
  font-size: 1.5em;
  color: #999;
  margin-top: 0px;
  letter-spacing: 5px;
  text-indent: 5px; // centers the text again after letter-spacing
}

.under-construction {
  text-align: center;
}

.under-construction h1 {
  color: #FF0000;
  padding: 5px;
  background-color: #333;
}

.blog-list {
  border: 1px solid white;
  padding: 10px;
}

.blog-list>:first-child {
  margin-top: 0px;
}

.post-container {
  background-color: #333;
  padding: 10px;
  margin: 10px;
}

.post>:first-child {
  margin-top: 0px;
}

.post:not(img) {
  display: inline-block;
}

.post img { 
  float: right;
}

/* .post::after {
   content: "";
   clear: both;
   display: table;
   } */

footer {
  text-align: right;
}

a:link {
  color: #13a;
}

a:visited {
  color: #b9f;
}

a:link, a:visited {
  text-decoration: underline;
  cursor: pointer;
}

a:link:active, a:visited:active {
  color: #b1a;
}
