body {font-family: 'Oxygen', sans-serif;
overflow-x: hidden;
background: url('/res/starrybg.png');
background-attachment: fixed;
}
 
a {color: #38485c; text-decoration: none} 
 
.toc-list, .toc-list ol {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;

}

.toc-list {
  padding-left: 0;
  color: #bb93d1;
}

.toc-list ol {
  padding-inline-start: 2ch;
}

html {
	scroll-behavior: smooth;
}

#sidebartop { 
  top: 20px; 
  left: 20px;
  height: auto;
  width: 250px;
  border: 1px solid #ccc;
  background-color: rgba(55,57,74, 0.8);
  padding: 20px;
  position: fixed;
  color: #ccc;
}
#sidebar { 
  bottom: 20px; 
  left: 20px;
  height: auto;
  width: 250px;
  border: 1px solid #ccc;
  background-color: rgba(55,57,74, 0.8);
  padding: 20px;
  position: fixed;
  color: #ccc;
}

#sidebar a, #sidebartop a {
  color: #eee;
  text-decoration: none;}
  

#container {
  text-align: center;
  position: absolute;
  background-color: rgba(55,57,74, 0.8);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 1510px;
  top:0;
  right: 0;
  padding: 30px;
  margin: 0 auto;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
  border-radius: 20px;
}

h2 {
  
  width: 650px;
  background: white;
  padding: 20px;
  height: auto;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  font-size: 35px;
  letter-spacing: 0.2em;
  font-family: 'Josefin Sans', sans-serif;}
h3 {
  width: 450px;
  background: white;
  padding: 20px;
  height: auto;
  position: relative;
  transform: translateX(-50%);
  left: 50%; 
  letter-spacing: 0.2em;
  font-family: 'Josefin Sans', sans-serif;

}

      .fic {
        float:left;
        text-align: left; 
        width: 325px;
        margin: 5px;
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        border: 1px solid #8dc9fb;
        }
      
      .ficimg img {width:100%}

      .fichead {font-family: 'Montserrat', sans-serif;

        font-size: 20px;
        margin: 5px;
        color: #4859ab;
        }
      
      .ficdesc {
        font-size: 16px;
        margin: 10px;
        color: #7268af;
      }
      
      .ficblurb {
        color:#4859ab;
        font-size: 15px;;
        margin-left: 20px;
        padding-left: 10px;
        border-left: 5px solid #9498d5;
      }
      
      
      .ficdet {font-size: 15px; line-height: 1.4em; color: #222;
      } 
      
      .ficlink {text-align: center;margin-top:15px;}
  
  .ficimage img {text-align:center; width: 100%}
  
  .ff {font-size: 18px}
         