body {
  background-image: url("/img/074.jpg");
  background-repeat: repeat;
  font-family: 'Barecast', serif;
  font-size: 14px;
  color: black;

  }
  
h1 {
  }  
  
@font-face {                  
font-family: 'Barecast';
src: url(https://humantooth.neocities.org/fonts/Barecast-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

.floater {
    position: absolute; 
    bottom: 1px;
    left: 100px; 
    z-index: 1;
    display: flex;
  flex-direction: column;
}

.floater2 {
    position: absolute; 
    bottom: 10px;
    left: 100px; 
    z-index: 1;
    display: flex;
  flex-direction: column;
}
.floater img {
  width: 80%; 
  height: auto;
}

.floater2 img {
  width: 80%; 
  position: absolute;
  z-index: 1;
  height: auto;
}

.top-bar {
  text-transform: uppercase; 
  font-style: italic;
  letter-spacing: 5px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: black;
  color: white;
  padding: 5px;
  padding-left: 15px;
  line-height: 25px;
  overflow: auto;
  z-index: 5;
  }
  

.main, .main-first {
   margin-top: 30px;
  margin-left: 450px;
  width: 500px;
   background: white;
   position: relative;
  border: 10px solid transparent;
border-image: url('https://i.postimg.cc/LXPgzVN7/Wz-Iw-MDI4Mj-Jd.png') 14 stretch;
background-clip: padding-box;
padding: 10px;
z-index: 4;

}
  
  https://solaria.neocities.org/guides/borderimage/
  https://rentry.co/depressiveborders
  https://deoxysacid.neocities.org/resources/


/*Make sure the first main box has an extra top margin so it's not hidden by the header*/
.main-first {
  margin-top: 60px;
  }
  
  .title {
position: relative;
bottom: 15px;
padding-left: 5px;
  display: inline-block
  }
  

.sidebar {
  position: fixed;
  width: 350px;
  min-height: 75px;
  border: 10px solid transparent;
   background: white;
  border-image: url('https://i.postimg.cc/LXPgzVN7/Wz-Iw-MDI4Mj-Jd.png') 14 stretch;
background-clip: padding-box;
  margin-left:25px;
  z-index: 4;
  }
  
  /*Prevent image overflow*/  
.main img, .main-first img {
  max-width: 100%;
  height: auto;
  }


  
/*Text section in sidebar.*/  
.sidebar-description {
  padding: 15px;
  }
  
.sidebar-links {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  background: black;
  color: white;
  width: 100%;
  height: 30px;
  }
  
.button {
  padding: 5px;
  padding-left: 10px;
  display: inline-block
  }
  
.sidebar-links a {
  color: white;
  text-decoration: none;
  }
  
.sidebar-links a:hover {
  color: #bbb;
  }
  
/*Text at bottom below main divs*/
.footer {
  text-align: right;
  margin-left: 475px;
  width: 500px;
  font-size: 13px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 40px;
  }
  
 .container {
            display: flex;
            align-items: flex-start;
        }
 .image {
            margin-right: 15px;
        }
        
        

/*For narrow screens*/
@media (max-width: 1100px) {
    .sidebar {
      width: 275px;
      margin-left: 10px;
      }
    .main, .main-first {
      width: 420px;
      margin-left: 315px;
      }
  }
  
/*Mobile compatibility.*/
@media (orientation: portrait) {
  .sidebar {
    margin: 0 auto;
    position: static;
    margin-top: 60px;
    margin-bottom: 15px;
    width: 90%;
    }
    
  .main, .main-first {
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
    }
    
  .footer {
    width: 80%;
    padding: 5%;
    margin: 0 auto;
    }
    
  .top-bar {
    font-size: 13.5px;
    letter-spacing: 4px;
    font-size: 90%; 
  }
    
    .floater {
    display: none 
    }
  
  .floater2 {
    display: none;
  }
  }
  
  
  
  body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, 
        rgba(138, 43, 226, 0.9) 0%,
        rgba(75, 0, 130, 0.9) 25%,
        rgba(0, 100, 150, 0.9) 50%,
        rgba(0, 150, 100, 0.9) 75%,
        rgba(138, 43, 226, 0.9) 100%);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(138, 43, 226, 0.3);
}

body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, 
        rgba(138, 43, 226, 1) 0%,
        rgba(75, 0, 130, 1) 25%,
        rgba(0, 100, 150, 1) 50%,
        rgba(0, 150, 100, 1) 75%,
        rgba(138, 43, 226, 1) 100%);
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
}

/* Firefox support */
body {
    scrollbar-width: thin;
    scrollbar-color: rgba(138, 43, 226, 0.8) rgba(0, 0, 0, 0.3);
}

