.indexbody {
  background-image: url(purpleplad.jpg);
  cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol337.cur), auto !important;
  background-size: 100%;
  font-size: 0.9vw;

}



::-moz-selection { 
  color: white;
  background: #FA4D7D;
}

::selection {
   color: white;
  background: #FA4D7D;
}

 @font-face {
    font-family: 'OffBit Trial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('OffBit Trial Regular'), url('OffBitTrial-Regular.woff') format('woff');
    }
   @font-face {
    font-family: 'Onli Light';
    font-style: normal;
    font-weight: normal;
    src: local('Onli Light'), url('OnliLight.woff') format('woff');
    }















.main {
  font-family: "Onli Light", serif;
  margin-left: 18%;
  margin-top: -1%;
  position: absolute;

}
















.blognav {
  position: absolute;
  margin-left: 5%;
  margin-top: 2%;
  font-family:  "Onli Light", serif;
  color: white;
  width: 16%;

}

.blognavtext {
  font-size: 1.2vw;

}
.blognavtext a {
  color:#ff46d4;
}
.blognavtext a:hover {
  color:#23d3ff;
}


.win98banner {
  width: 100%;
}


html:before {
content: " ";
display: block; position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.04) 50%);
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none; 
}

.blogpreview::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.blogpreview::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.blogpreview::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.blogpreview::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}








@font-face {
  font-family: chicago;
  src: url(chicago.ttf);
}



.homesectiontitle {
  margin-left: 12px;
  color: #ca92ff !important;

}

.welcomesectiontitle {
  color: #ca92ff !important;
}



/*SCROLLBAR-GENERAL*/
.indexbody::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.indexbody::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.indexbody::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.indexbody::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.window {
  background-color: red;
  position: absolute;
  z-index: 20;
  top: 35vw;
  right: 5vw;
  width: 10vw;
  height: 15rem;
  overflow: auto;
}

.windowcontent {
  width: 100%;
}
.window::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.window::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.window::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.window::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

#clock #date {
  font-size: 20px;
}

#musicbtn {
  background-image: linear-gradient(#fb7ac1, #FA4D7D);
  color: white;
  border: 2px dashed white;
  margin-top: 10px;
  padding: 5px;
  font-family: "Onli Light", serif;
  font-size: 0.9vw;

}

.note {
  padding: 0 20px 0 20px;
}

.linkmysite{
  color: white;
  margin-left:15px;
}
.featuredsitediv {
  font-weight: bold;
  font-family: "Onli Light", serif;
  margin-top: 15px;
  width: 100%;
  overflow: auto;

}
.featured {
  display: flex;
  overflow: hidden;
  width: 99%;
  color: black !important;
}
.eaglesite {
  border: 2px dashed #fa4d7d;
  height: 80px;
  background-color: white;
  width: 35%;
  overflow-y: scroll !important;
}
.eaglesite p {
  font-weight: lighter !important;
  font-size: 12px;
  margin-left: 5px;

}
.eaglesite img{
width: 100%;
}
.eaglesite::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.eaglesite::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.eaglesite::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.eaglesite::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.mybutton {
  width: 50%;
}

.mybuttoncode {
  background-color: white;
  overflow-y: hidden;
  overflow: auto;
  padding: 10px;
  font-size: 0.7vw !important;
  font-weight: lighter;
}
.mybuttoncode::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.mybuttoncode::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.mybuttoncode::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.mybuttoncode::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}


.buttonandcodediv {
  display: flex; 
  border: 2px dashed #fa4d7d;
  height: 80px !important;
  width: 60%;

}

.sidenavstamps {
  border: 2px solid purple;
  background-color: black;
  margin-top: 2%;
}

.mainsitemapdiv {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 4%;
  border: 3px solid black;
}
.mainsitemap {
  background-color: rgb(0, 0, 0) !important; 
}
.sitemapflex {
  display: flex;
  margin-top: 4%;

}

.buttonsdiv {
  overflow: auto;

}
.sitemapbtn {
  width: 20%;
}



.favicons {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 1vw !important;
  display: flex;
  justify-content: center;
}
.favicons img {
  width: 1.5vw;
  height: 1.5vw;
}


.favicons::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.favicons::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.favicons::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.favicons::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}
.aboutmetitle {
  font-weight: bold;
  font-size: 1vw;
}
.aboutmep {
  background-color:rgb(40, 14, 49);
}
.camcorder {
  height: 60%;
  position: absolute;
  margin-left: 67vw;
  margin-top: 45vh;

}

.blogbody {
  overflow: hidden;
  background-image: url(https://i.pinimg.com/originals/d6/3b/a1/d63ba1fb2e0249537ede76e7f6c5a0df.gif) !important;
}
.chatbox {
  position: absolute;
  margin-left: 71vw;
  width: 13.5vw;
  margin-top: 29vw;
    transform: rotate(-2.5deg);
}


.avatarwrapper {
  color: white;
  position: absolute;
  font-family: "Onli Light", serif;
  margin-left: 65%;
  margin-top: 8%;

}
.emoavatar {
  width: 50%;

  
}
.computertext {
  color: white; 
  position: absolute;
  margin-top: 18%;
  font-family: "Onli Light", serif;
  width: 8%;
  margin-left: 6.5%;
  animation: bounce 3s linear;
  font-size: 0.9vw;

animation-iteration-count: infinite;
}
.computertext a {
  color: rgb(191, 195, 239) !important;
}
.computertext a:hover {
  color: rgb(231, 224, 248) !important;
}
.computerimg {
  position: absolute;
  margin-top: 13%;
  margin-left: 3%;
animation: bounce 3s linear;
animation-iteration-count: infinite;
height: 37%;

}

.maincontentblog {
  position: absolute;
  margin: 5% 25% 0 25%;
  width: 50%;
  overflow: scroll; 
  border: 0.6vw solid rgba(255, 255, 255, 0.5);
  background-color: white;
  height: 70%;
  
}
.maincontentblog::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;

}
.maincontentblog::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.maincontentblog::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.maincontentblog::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}
.maintop {
    display: flex;
    border: 0.25vw outset rgb(103, 103, 103); 
}
.maintop button {
    font-family: "Onli Light", serif;
    font-size: 0.9vw !important;
    border: 0.4vh outset rgb(222, 222, 231); 
    padding: 0.8vh 1.6vh 0.8vh 1.6vh;

}
.maintopmain {
  background-image: url(https://i.pinimg.com/originals/bb/c1/7e/bbc17ecad554f47f825904947f45b1e7.gif);
  background-position-y: center;
  background-size: 100%;
}
.maintop button:hover {
    border: 0.4vh outset rgb(157, 157, 182); 
    background-color: rgb(225, 229, 255);
}
.maintopnav button:hover {
    border: 0.4vh outset rgb(157, 157, 182); 
    background-color: rgb(225, 229, 255);
}
.mainblogcontent {
font-family: "Onli Light", serif;
border: 0.3vh outset grey;
height: 92%;
display: flex;

}
.exitbuttonsdiv {
    margin-left: auto;
    display: flex;
}
.exitbuttonsdivnav {
    margin-left: auto;
    display: flex;
}
.blogmainright {
  width: 39%;
  overflow: auto;
  height: 100%;
  border: 2px solid gray;
float: right;
background-color: white;
}

.blogmainright::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;

}
.blogmainright::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.blogmainright::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.blogmainright::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.blogstamp {
  width: 30%;
  height: 10%;
}

.sitemaplist {
  width: 50%;
  padding-left: 5%;
  border: 3px outset gray;
  margin-right: 3%;
  margin-bottom: 2%;
  color: white;
}
.sitemaplistright {
  display: flex;
  flex-direction: column;
}
.sitemaplink {
 color:#ffffff;
}
.sitemaplink:hover{
  color: #FA4D7D !important;
}
.sitemaplink:visited {
 color:#ffffff;
}

.listadswrapper {
  display: flex;
}



.sitemapgif {
  width: 100%;
}
.smileygif {
  margin-left: 4%;
}
.subpage1 {
  padding-left: 4%;
}


.congrats {
  position: absolute;
  width: 24%;
  height: 35%;
  margin-left: 70%;
  margin-top: 2%;
  background-color: white;
  z-index: -90;
  border: 0.6vw solid rgba(255, 255, 255, 0.5);
  overflow: scroll; 

}

.congratscontent {
font-family: "Onli Light", serif;
border: 2px outset gray;  
padding-left: 25%;
padding-top: 2%;

height: 85%;
display: flex;
flex-direction: column;
}

.congrats::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;

}
.congrats::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.congrats::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.congrats::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.congratsimg {
  height: 70%;

}
.visitorcountp {
  color: black;
  font-size: 2vw;
  text-align: center;

}

.shrines {
  position: absolute;
  width: 17%;
  height: 27%;
  margin-left: 5%;
  margin-top: 30%;
  background-color: white;
  z-index: -90;
  border: 0.6vw solid rgba(255, 255, 255, 0.5);
  overflow: scroll; 
}
.shrineimg {
  position: absolute;
  height: 80%;
  margin: 2% 10% 2% 10%;
}

.shrines::-webkit-scrollbar {
  background-color: var(--blue);
width: 1vw;
height: 1vw;

}
.shrines::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.shrines::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.shrines::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.shrinecontrols {
  width: 1.8%;
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 10%;

  margin-left: 19.8%;
  margin-top: 39%;
  z-index: 9999;
}
.shrinebtn {
  border-radius: 0px;
  border: 1px outset gray;
}
.shrinenext {
  margin-bottom: 20%;
}
#shrineimg1 {
  display: block;
}
#shrineimg2 {
  display: none;
}

.shrinetext {
  position: absolute;
  margin-top: 45%;
  z-index: 999;
  width: 85%;
  color: white;
  background-color: #FA4D7D;
  font-family: "Onli Light", serif;

}
.shrinetext:hover {

  color: black;

}


.batoutline {
  position: absolute;
  height: 35%;
  z-index: 999;
  margin-left: 56%;
  margin-top: 20%;


}
.studsicon {
  position: absolute;
  height: 82%;  
}

.bounce {
  animation: bounce 3s linear;
  animation-iteration-count: infinite;
}

.chatbox {
  height: 21% !important;
}
.cdcontainer {
  position: absolute;
  margin-left: 39%;
  margin-top: 0.7%;
  display: flex;
  justify-content: space-around;
  height: 7%;
  width: 30%;
}
.leavecomment {
  position: absolute;
  color: white;
  font-family: "Onli Light", serif;
  margin-top: 42.5%;
  margin-left: 72%;
  z-index: 999;
  transform: rotate(-3deg);
  font-size: 0.8vw;
}

.miniblogdiv {
  margin-top: 8.5%;
  margin-left: 45.5%;
  height: 36%;
  width: 28%;
  position: absolute;
  z-index: 100;
  border: 3px solid rgb(0, 0, 0);
  font-family: "Onli Light", serif;

}

.currentfav {
  margin-top: 27%;
  margin-left: 45.5%;
  height: 20%;
  width: 20%;
  position: absolute;
  z-index: 100;
  border: 3px solid rgb(0, 0, 0);
  font-family: "Onli Light", serif;
}
.colorheader {
  background-color: black;
  width: 100%;
  height: 3vh;
padding: 1vh 0 1vh 0;
}
.colortext {
  color:#FA4D7D;
  font-weight: bold;
  font-size: 1vw !important;
  margin-left: 1vw;
}
.miniblogside {
  background-color:#FA4D7D;
  color: black;
  width: 5%;
  height: 31.6%;
  position: fixed;
}
.miniblogmain {
  margin-top: 2%;
  height: 80%;
  overflow: scroll;
}
.miniblogcontent {
  margin: 0 5% 0 5%;
}
.miniblogmain::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.miniblogmain::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.miniblogmain::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.miniblogmain::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.miniblogdate {
  color:#FA4D7D;
}
.favmusiccontent {
  overflow: scroll;
  height: 71%;
  padding-left: 5%;
  padding-top: 5%;

}
.favmusiccontent::-webkit-scrollbar {
  background-color: var(--blue);
  width: 1vw;
height: 1vw;
}
.favmusiccontent::-webkit-scrollbar-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
image-rendering: pixelated;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.favmusiccontent::-webkit-scrollbar-thumb {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
border-bottom: 1px solid black;
box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
width: 1vw;
height: 1vw;
background-color: #cccccc;
z-index: 1;
}
.favmusiccontent::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-webkit-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(154,166,230,0.75);
}

.sitemapad {
  width: 75%;
  margin: 0 15% 0 10%;
}
.adsdiv {
  overflow-y: scroll;
}
.sitemapgifsdiv {
  border: 2px solid black;
  margin-right: 2%;
  padding: 2%;
}
.sitemaplistcenter {
  display: flex;
  flex-direction: column;
  width: 10%;
}


.aliengif {
  position: absolute;
  margin: 1.5% 0 0 92% ;
  width: 7%;
}

#statuscafe {
  padding: 2px;
  background-color:rgb(40, 14, 49);
}