@font-face {
    font-family: 'heavy_dataregular';
    src: url('heavy_data-webfont.eot');
    src: url('heavy_data-webfont.eot?#iefix') format('embedded-opentype'),
         url('heavy_data-webfont.woff2') format('woff2'),
         url('heavy_data-webfont.woff') format('woff'),
         url('heavy_data-webfont.ttf') format('truetype'),
         url('heavy_data-webfont.svg#heavy_dataregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  margin: 0; 
  padding: 0; 
  border: none; 
  background-image: url("https://exulansis.neocities.org/Assets/PixelStarBGTiled.gif");
  overflow:hidden;
  color:#3b0059;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 14px;
}

.flex-wrap { display: flex; }

#KiKiBite{
  margin-top: 5px;
  margin-left: 20px;
  width: 250px;
}

#SideBar{
  margin-left:20px;
  margin-top: -45px;
  width:250px;
  height:auto;    
  background-color: #ffff;
  z-index: -9;
  border-width: 5px;
  border-style: solid;
  border-image: url("https://64.media.tumblr.com/9737bc998e972f7432bce735e94d520c/8e1dab10ae2fc233-da/s640x960/2a67bc97b50f2f8d3060955f6cd1e3ff42b4bcbb.jpg")1%;
}

#SBButtonBox{
  width:100%;
  margin-top:20px;
  border-top: 3px solid #ff7ac8;
  border-bottom: 3px solid #ff7ac8;
}

.SBButton .button {
  background-color: rgb(254, 186, 235);
  border-top: 1px solid #ff7ac8;
  border-bottom: 1px solid #ff7ac8;
  border-left: 0; 
  border-right: 0;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  height:30px;
  display: block; 
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 16px;
  
}
.SBButton .button:hover {
  background-color: #aaedff;

}
.SBDropdown{
  display: none;
  margin:4px;
  overflow: scroll;
  overflow-x: hidden;
  height: 140px;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
.SBDropdown::-webkit-scrollbar {
  display: none;
}

#MainPageBody{
  background-color: #ffff;
  border-width: 5px;
  border-top: 0cm;
  border-style: solid;
  border-image: url("https://64.media.tumblr.com/9737bc998e972f7432bce735e94d520c/8e1dab10ae2fc233-da/s640x960/2a67bc97b50f2f8d3060955f6cd1e3ff42b4bcbb.jpg")1%;
  width: 80%;
  height: 99vh;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 2%;
  margin-right: 2%;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
  padding-top:2%;
  padding-left: 2%;
  padding-right:2%;
  padding-bottom: 10%;
  
}
#MainPageBody::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1001px){
  .topnav{
    display:none;
  }
}

@media (max-width: 1000px) {
  .WholeSideBar{display:none;}
  .flex-wrap { display: ; }  
  #MainPageBody{position:fixed;  width:90%; padding-bottom: 20px;}
  }

.topnav {
  overflow: hidden;
  background-color: #3b0059;
  position:static;
  min-height: 50px;
  z-index: 9999900000000009;
}
.topnav #myLinks {
  display: none;
  
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav a.icon {
  background: #3b0059;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 22px;
  
  
}
.topnav a:hover {
  background-color: #ffbaf5;
  color: black;
}

.active {
  background-color: #3b0059;
  color: white;
}


#Webrings{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.webringer{
  flex: 10%;
  padding: 2%;
}


#Buttonss{
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}