a.credits {
    background:linear-gradient(to right, #B7A96B, transparent);
    border-right:none;
  }
  main a {
    text-decoration:underline;
    color:white;
    font-weight:bold;
    border:2px solid transparent;
    padding:3px;
  }
  main a:hover {
    text-decoration:none;
    border:2px dotted;
  }
.pushfleustobottom {
  min-height:60vh;
}
.fleus {
  width: calc(100% + 60px);
  height: 200px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  background: linear-gradient(to top, #706760, transparent);
}
 .bottomrightcra .messagebox {
  background: beige;
  padding: 0; 
  height: 300px;
  position: relative;
  flex: 300px 0 0;
  box-shadow: inset 0px 0px 20px 20px #d1d1ac;
  z-index: 2;
  line-height:1.4;
  font-size:1.1rem;
  padding: 30px 0;
  color:#262220;
}
.bottomrightcra .message-content {
  padding: 0 40px;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  scrollbar-color:beige #d1d1ac;
  margin-bottom:40px;
}
.bottomrightcra .messagebox::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -20px;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;    
  border-bottom: 15px solid transparent; 
  border-left: 20px solid #d1d1ac;
}

/* Your remaining unchanged layout code */
.bottomrightcra {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.fyl {
  align-content: center;
  cursor:pointer;
}
.bottomrightcra .fyl.clicked {
  animation: jelly 0.2s ease-in-out;
}
.fyl .left {
  z-index: 6;
  position: relative;
  margin-right:-20px;
}
.fyl .right {
  z-index: 5;
  position: relative;
}
@keyframes jelly {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(-8deg); }
  30% { transform: rotate(6deg); }
  45% { transform: rotate(-4deg); }
  60% { transform: rotate(3deg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}
  * {
    box-sizing: border-box;
  }
  img {
    image-rendering: crisp-edges;
  }
:root {
  --docbg: #4a443f;
  --doctext: #d6cfc7;
  --docshadow: #262220;
  --mainbg: rgba(64, 58, 53, 0.8);
  --maintext: #e8e4df;
  --mainshadow: #706760;
  --blackbarbg: #2b2724;
  --listgradient: linear-gradient(to right, #2b2724, transparent);
  --listshadow: #262220;
  --heregradient: linear-gradient(to right, #5c534c, transparent);
  --hereborder: #5c534c;
  --htmlstart1: #5c534c;
  --htmlstart2: #f5f2eeb8;
  --scrollbartrack: #d9d2cb;
  --scrollbarthumb: #9c9085;
  --scrollbarthumbhover: #7d7269;
  --selectionbg: #2b2724;
  --selectiontext: #e8e4df;
  --textshadow: #262220;
  --textshadowlight: #fdfbf7;
  --lastshadow: #262220;
  --listcolor: #fdfbf7;
  --titlecolor: #2b2724;
}
.normalflex {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  position: relative;
}
.document.secret {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(2deg);
  z-index: 1;
  filter: brightness(0.8);
}
.document {
  padding: 20px;
  position: relative;
  background: var(--docbg);
  color: var(--doctext);
  max-width: 600px;
  margin-top: -10px;
  z-index: 2;
  transform: rotate(-2deg);
  box-shadow: 8px 8px 8px var(--docshadow);
  min-width:300px;
  line-height: 1.5;
}
.document h1, .document h2, .document h3, .document h4, .document h5 {
  font-style:italic;
}
.document.seconddocument {
  transform: rotate(7deg);
}
.alltogether {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap:wrap;
}
main {
  padding: 30px;
  background: var(--mainbg);
  font-size: clamp(20px, 6vw, 30px);
  color: var(--maintext);
  overflow-y: auto;
  height: 85vh;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 20px 7px var(--mainshadow);
  width:100vh;
  overflow-x:hidden;
}
.contentalmost {
  display: flex;
  gap: 5px;
}
.all {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 1 35px;
}
.blackbar {
  background: var(--blackbarbg);
  height: clamp(0px, 3vw, 250px);
  width: 100%;
}
.blackbar.bottom {
  margin-top:10px;
}
.sidebar {
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin-top: -10px;
  position: sticky;
  top: 0;
  padding-right: 20px;
}
ul.list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.list li {
  padding: 10px 10px 10px var(--listpaddingleft);
  display: flex;
  align-items: center;
  background: var(--listgradient);
}
.list li img {
      max-width: 40px;
    width: 100%;
    filter:invert(1);
}
.list li.here img {
  max-width: 40px;
  max-height: 40px;
  filter:invert(0);
}
.here:hover img {
  display:none;
}
.list li a, .title {
  margin: 0;
  margin-left: 10px;
  font-size: clamp(40px, 10vw, 70px);
 text-shadow: 1.6px 0 var(--textshadow), 0 1.6px var(--textshadow), 1.6px 1.6px var(--textshadow), 0 2px 2px var(--lastshadow);
  padding: 20px;
  color: var(--listcolor);
  line-height: 0.75;
  padding-left: 0;
  text-decoration: none;
  transition: 0.1s ease;
}
.title {
      COLOR: var(--titlecolor);
    text-shadow: 1.6px 0 var(--textshadowlight), 0 1.6px var(--textshadowlight), 1.6px 1.6px var(--textshadowlight), 0 2px 2px var(--lastshadow);
    font-size: clamp(60px, 10vw, 140px);
    margin-top: -20px;
    align-self: center;
}
.list li:hover a,
.list li:hover img {
  transform: translateX(0.1em);
}
.list li a:hover {
  text-decoration: underline;
}
.list li:hover {
  filter: drop-shadow(2px 4px 6px var(--listshadow)) brightness(5);
}
.two, .seven { 
  padding-left: calc(var(--listpaddingleft) + 15px) !important; 
}
.three, .six { 
  padding-left: calc(var(--listpaddingleft) + 40px) !important; 
}
.four, .five { 
  padding-left: calc(var(--listpaddingleft) + 60px) !important; 
}
body {
  margin: 0;
  --listpaddingleft: clamp(10px, 5vw, 50px);
}
.list .here {
  background: var(--heregradient);
  border-top: 4px double var(--hereborder);
  border-bottom: 4px double var(--hereborder);
}
.here img {
  transform: scale(4) rotate(45deg);
  margin-right: 10px;
  position: absolute;
  left: 0px;
}
.here:hover img {
transform: scale(4) rotate(45deg);
position: absolute;
}
.here a {
      background-clip: text;
    color: transparent;
    filter: drop-shadow(1.6px 0 black) drop-shadow(1.6px 0 black) drop-shadow(0 1.6px black) drop-shadow(0 1.6px black) drop-shadow(0 2px 2px #00000040);
    background-image: linear-gradient(white);
    text-shadow: none !important;
}
html {
  position: relative;
  background-color: var(--htmlstart1);
  overflow-x:hidden;
  overflow-y:scroll;
  image-rendering: crisp-edges;
}
html::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(331deg, var(--htmlstart1), var(--htmlstart2)), url(/background.png);
  background-size: cover;
}
@media (max-width: 2100px) {
  .document {
    transform: rotate(0deg) !important;
    flex: 1;
  }
  .document.secret {
    display: none;
  }
  .normalflex {
    flex-wrap: wrap;
  }
  #banner {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  main {
    padding:5px;
  }
  .sidebar, .antarctica {
    zoom: initial;
  }
  .title {
    margin-top: 10px;
    font-size: 8rem;
  }
  .alltogether {
    flex-wrap: wrap;
  }
  main {
    font-size: clamp(14px, 4.5vw, 20px);
    height:auto;
  }
  .document.seconddocument {
    margin-top:initial;
}
    details p, details ol, details ul, details h2 {
    padding-left: 0px !important;
}
}
::selection {
  background: var(--selectionbg);
  color: var(--selectiontext);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--scrollbartrack);
}
::-webkit-scrollbar-thumb {
  background: var(--scrollbarthumb);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbarthumbhover);
}
main {
  font-size:1.4rem !important;
  flex:500px 1 1;
    margin:10px;
}
.bigflex {
    display:flex;
    gap:20px;
    row-gap:0px;
    flex-wrap:wrap;
  }
  .bigflex .pushfleustobottom {
    flex:500px 1 1;
    height:fit-content;
  }
  p.innard {
    margin-left:10px;
    opacity:0.8;
  }
@media (max-width: 1000px) { 
  .bottomrightcra {
    position:relative;
    margin-top:10px;
    place-content: center;
    margin:auto;
  }
  main {
    height:auto;
  }
  .fleus {
    display:none;
  }
  .bigflex .pushfleustobottom {
    min-height: unset;
  }
}
@media (max-width: 550px) { 
  .bottomrightcra .messagebox::after {
    content: "";
  position: absolute;
    top:300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #d1d1ac;
  }
  .pushfleustobottom h1:first-child {
    margin:20px 0 !important;
    margin-top:-30px !important;
  }
}
    details {
        margin:10px 0;
    }
    details > * {
        opacity:0.7;
    }
    summary {
        opacity:1;
        background:var(--maintext);
        background:#706760;
        padding:10px;
    }
    details p, details ol, details ul, details h2 {
        padding-left:30px;
    }
    ol li::marker {
        font-weight:bold;
    }
    ol li {
        margin:10px 0;
    }
    .toolong {
        display:flex;
        gap:10px;
        flex-wrap:wrap;
    }
    .toolong > * {
    flex: 400px 1 1;
    padding: 10px;
    list-style-position: inside;
    }
    .toolong.no > * {
    flex: 200px 1 1;
    padding: 10px;
    list-style-position: inside;
    }
    details h2 {
        background:linear-gradient(to right, #485694, transparent);
        color:#8EA3F7;
    }
    b {
    border-left:2px dotted;
    padding-left:5px;
    }
    i {
        opacity:0.3;
    }
        ul.section {
        padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 5px;
    list-style-position: inside;
}
.opaque {
  opacity:1;
}
.pushfleustobottom.smaller {
    max-width:1000px;
  }
.pushfleustobottom h1:first-child {
    margin-top: -60px;
    transform: skew(45deg);
    text-decoration: underline;
    background: linear-gradient(45deg, #241e19, transparent);
    padding: 10px;
    z-index: 800;
    position: relative;
}
#banner {
    position: relative;
    z-index: 8001;
}
#openSidebarBtn {
    display: none;
        position: fixed;
        bottom: 0;
        z-index: 10000;
        background: var(--blackbarbg);
        border: 2px dashed var(--mainbg);
        padding: 10px;
        font-family: inherit;
        font-size: 1rem;
        color: white;
        cursor: pointer;
        box-shadow: 1px -1px 20px 0px var(--docbg);
  }
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none !important;
}
html {
  scrollbar-width: none;
}
@media (min-width: 1024px) and (min-height: 1200px) {
  html {
    overflow-y: hidden;
  }
}
.holder .flexofony {
  display:none;
  align-self:center;
  gap:10px;
  align-items: center;
}
.holder .flexofony a {
    font-size: 1.2rem;
    text-decoration: none;
    padding: 10px;
    background: sienna;
    border: 2px dotted;
    flex:200px 1 1;
    color:white;
}
.holder .flexofony a:hover {
  filter: brightness(5);
    color:black;
}
@media (max-width: 1020px) {
    .pushfleustobottom h1 {
    margin-top:auto;
  }
  .holder .flexofony {
  display:flex;
}
  .holder {
    display: none;
    position: fixed;
    inset: 0;
    width:fit-content;
    height: 100dvh;
    overflow-y: auto;
    box-sizing: border-box;
    background: var(--blackbarbg);
    margin: 0;
    padding: 40px 20px;
    z-index: 9999;
    justify-content: flex-start;
    padding-left:0px;
    scrollbar-color: rgba(255, 255, 255, 0.411) var(--blackbarbg);
  }
  .holder.is-open {
    display: flex;
  }

  #openSidebarBtn {
    display: block;
  }
}