@font-face {
  font-family: Times New Roman;
  src: url("times_new_roman.ttf");
}

* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #1e2430;
  color: #d8dee9;
  font-family: Times New Roman;
  font-size: 19px;
}

.content {
  background-color: #2e3440;
  padding: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 750px;
}

h1,
h2,
h3,
h4 {
  padding: 5px 0px 5px 0px;
}

h1::before {
  font-size: 25px;
  content: "* ";
  color: #88c0d0;
}

h2 {
  font-size: 24px;
}

h2::before {
  content: "-> ";
  color: #88c0d0;
}

h3 {
  font-size: 22px;
}

h3::before {
  content: "[+] ";
  color: #88c0d0;
}

h4 {
  font-size: 20px;
}

.go_back_empty {
  margin-left: 10px;
}

.nav_btn {
  border: 1px solid transparent;
  background-color: transparent;
  font-family: "Times New Roman", serif;
  font-size: 19px;
  color: #88c0d0;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  transition-duration: 0.2s;
  border-radius: 4px;
}

.nav_btn:hover {
  font-size: 19px;
  transition-duration: 0.2s;
  color: #2e3440;
  background-color: #88c0d0;
  border: 1px solid transparent;
}

img {
  width: 350px;
}

.prev_btn:before {
  content: "<";
}

.next_btn:after {
  content: ">";
}

.btn_group_horizontal {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

li {
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  list-style-type: none;
}

li::before {
  color: #88c0d0;
  content: "~ ";
}

a {
  color: #88c0d0;
  text-decoration: none;
}

a:hover {
  color: #88c0d0;
  text-decoration: underline;
}

p {
  padding: 5px 5px 5px 0px;
}

#thin-badges {
  display: inline-block;
  position: fixed;
  left: 8px;
  bottom: 8px;
}

#thin-badges img {
  display: block;
}

hr {
  border: 1px solid #ebdbb2;
  margin-top: 2px;
  margin-bottom: 2px;
}

.underline {
  text-decoration: underline;
}

/*
#avatar {
    float: right;
    width: 25%;
    margin-left: 4px;
}

#ads {
    border: none;
    width: 722px;
    height: 98px;
    max-width: 100%;
}

.tag {
    color: #689d6a;
}

.tag span::before {
    content: "#"
}
*/

.textbox {
  /* max-width: 900px; */
  /* min-width: 200px; */
  border: 1px solid #88c0d0;
  padding: 8px 45px 10px 45px;
  margin-top: 6px;
  margin-bottom: 12px;
  border-radius: 5px;
  background-color: #1e2430;
}

.nopadding {
  padding-bottom: 0px;
  /* padding-top: 0px; */
}

.mono {
  margin-left: 3px;
  font-size: 15px;
  background-color: #131313;
  color: #fff9eb;
  padding: 5px;
}
