html {
  font-size: 10px; }

body {
  background: #985041;
  color: #fdfdfb; }
  body .text-content-container {
    position: relative;
    width: calc(80vw);
    height: calc(100vh - 200px);
    margin: 0 auto; }
    body .text-content-container:after, body .text-content-container:before {
      position: absolute;
      z-index: 9;
      top: 0;
      bottom: 0;
      right: .7rem;
      content: " ";
      height: auto;
      width: 1px;
      background-color: #fff; }
    body .text-content-container:before {
      z-index: 0;
      top: 0;
      right: -0.85rem;
      bottom: 0;
      height: auto;
      width: 2rem;
      background-color: #985041; }
    body .text-content-container .scrollbar-skin {
      position: absolute;
      top: -1px;
      right: -.1rem;
      bottom: -1px;
      height: auto;
      width: 17px;
      background-color: #985041; }
      body .text-content-container .scrollbar-skin:before, body .text-content-container .scrollbar-skin:after {
        content: " ";
        position: absolute;
        top: -1;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background-color: #fff; }
      body .text-content-container .scrollbar-skin:after {
        top: auto;
        bottom: 0; }
  body .text-content {
    position: relative;
    z-index: 10;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    margin: 100px auto 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
    box-sizing: border-box;
    padding-right: 5rem;
    /* Firefox */
    scrollbar-width: auto;
    scrollbar-color: #fff transparent;
    /* Chrome, Edge, and Safari */ }
    body .text-content p {
      margin-top: 0; }
    body .text-content::-webkit-scrollbar {
      width: 11px; }
    body .text-content::-webkit-scrollbar-track {
      background: transparent; }
    body .text-content::-webkit-scrollbar-thumb {
      background-color: transparent;
      border-radius: 0;
      border-left: 8px solid #fff; }

/* ===== Scrollbar CSS ===== */
/* Firefox */

/*# sourceMappingURL=layout.css.map */
