::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
::selection {
  color: #fff !important;
  background: #272727 !important;
}
:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
  color: #cacaca;
  background: 0 0;
  text-underline-offset: 5px;
}
@media (max-width: 600px) {
  *,html,body,.post-body {
    font-size: 12px !important;
  }
}
@media (min-width: 601px) and (max-width: 968px) {
  *,html,body,.post-body {
    font-size: 14px !important;
  }
}
@media (min-width: 969px) {
  *,html,body,.post-body {
    font-size: 17px !important;
  }
}
html {
  font-family: dexy;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scrollbar-width: none !important;
}
body {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  background: #000;
  margin: 0;
  -ms-overflow-style: none !important;
}
.all-container {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.centered-top-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: inherit;
  width: 100%;
}
.main_content_container {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: inherit;
  width: 100%;
}
.overflowable-container {
  max-height: 50px;
  overflow: hidden;
  position: relative;
}
.post-body img {
  max-width: 100%;
  border-radius: 20px;
  size: medium;
}
body#layout .page_body {
  padding: 0;
  position: relative;
  top: 0;
}
body#layout .page {
  display: inline-block;
  left: inherit;
  position: relative;
  vertical-align: top;
  width: 540px;
}
.post-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  max-width: inherit;
  width: 100%;
  background: 0 0;
}
.post-title {
  margin-top: 0;
}
.blog-pager {
  margin-top: 48px;
  float: left;
}
.post-title,
.post-title a {
  line-height: 3;
}
body.item-view .Blog .post-title,
body.item-view .Blog .post-title a {
  background: 0 0;
  color: #cacaca;
  line-height: 1.41667;
}
body.item-view .Blog {
  margin: 0;
  margin-bottom: 85px;
  padding: 0;
}
body.item-view .Blog .post-content {
  max-width: none;
}
body.item-view .post-body {
  line-height: 2;
}
body.item-view .Blog .post-body {
  margin-bottom: 0;
}
@media screen and (max-width: 968px) {
  .post-filter-message {
    margin: 24px 24px 48px;
  }
  .main_header_elements {
    position: relative;
    display: block;
  }
  .blog-name {
    float: none;
  }
  .blog-pager {
    margin-left: 24px;
    margin-right: 24px;
  }
 }
body.item-view .post-body-container img {
  height: auto;
  max-width: 100%;
}
body.item-view .Blog .post-body-container {
  position: relative;
  margin-top: 0px;
  margin-bottom: 32px;
  padding: 0px 27px 27px 27px;
}
.blog-pager {
  display: flex;
  width: 90%;
  height: fit-content;
  justify-content: space-between;
}
body.item-view .Blog .post-title-container {
  box-sizing: border-box;
  padding: 0px 40px 0px 40px !important;
  font-size: 150%;
  text-align: left !important;
  display: block;
  width: 100%;
}
body.item-view .Blog .post-title-container * {
  text-align: left !important;
  letter-spacing: 2px;
  word-spacing: 5px;
}
.post-body {
  line-height: 2;
  margin-bottom: 24px;
  font-family: classy;
  text-align: left;
  word-spacing: 3px;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  letter-spacing: 1.7px;
}
