@font-face
{
font-family:VHS;
src: url('https://akuroscharacters.neocities.org/VCR_OSD_MONO.ttf'),
url('VHS.ttf') format('truetype');
}

body {
background: #f7e6c8 url("https://akuroscharacters.neocities.org/imp/axe/images/topomap.jpg"); 
background-size: cover;
background-attachment: fixed;
background-position: center;
font-family: "VHS", monospace;
font-size: 14px;
}
  
center {
text-align: center;
}
  
a {
color: #265e85;
text-decoration: none;
}

/*All sidebars go in here.*/  
.sidebar-group {
position: fixed;
top: 0;
margin-top: 25px;
z-index: 0;
}
  
/*Code shared by all window-style boxes. To see what different specific sidebar classes look like, check the demo page.*/
.sidebar, .mini-sidebar, .wide-sidebar, .box {
background: #f7e6c8;
border: 2px solid #7d1106;
color: #02091b;
z-index: 2;
}
  
/*Prevent image overflow.*/
.sidebar img, .mini-sidebar img, .wide-sidebar img, .box img .pagedoll img{
max-width: 100%;
height:auto; /*Prevent squishing*/
}
  
.sidebar, .sidebar-box {
display: inline-block;
vertical-align: top;
width: 160px;
}
  
/*Container for vertical stacks of multiple mini-sidebars*/
.sidebar-box {
margin-left: 10px;
}
  
.sidebar {
width: 160px;
margin-left: 25px;
}
  
.mini-sidebar {
margin-bottom: 25px;
}
  
.wide-sidebar {
margin-left: 25px;
margin-top: 25px;
width: 340px;
min-height: 150px;
}
  
/*Inside/main text of window boxes.*/
.inner {
padding: 10px;
padding-bottom: 5px;
padding-top: 0px;
}

/*The title bar at the top of window boxes.*/
.title-bar, .box-title-bar {
  background: #f1210a;
  color: white;
  font-weight: bold;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  }
  
.pagedoll {
  height: 100px;
  width: 100px;
  position: fixed;
  right: 5px;
  bottom: 5px;
}
  
/*The title bar of boxes has slightly more padding, since there's more room to space text.*/
.box-title-bar {
padding: 7px;
padding-top: 5px;
padding-bottom: 5px;
position: sticky;
z-index: 2;
top: 0;
}
  
/*For the symbol in the top right corner.*/
.right {
float: right;
margin-right: 5px;
font-family: "Arial", sans-serif;
line-height: 12px;
}
  
/*Main body text boxes.*/
.box {
margin-top: 25px;
margin-left: 400px;
position: relative;
width: 590px;
height: 610px;
overflow-y: scroll;
overflow-x: hidden;
margin-bottom: 25px;
z-index: auto;
}

.together {
display: flex;
justify-content: start;
flex-wrap: wrap;
box-sizing: border-box;
}

.div-wrapper {
    overflow:hidden;
    overflow-y: scroll;
    height: 288px;
}

.neon {
  box-shadow: 0px 0px 10px 1px #f1210a;
  border: #f1210a solid 1px;
}

.buttong {
  border: 1px solid #7d1106;
  background-color: #f7e6c8;
  position: relative;
  color: black;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: "VHS", monospace;
  margin: 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttong .tooltiptext {
  visibility: hidden;
  background-color: #02091b;
  color: #fff;
  width: 90px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -45px;
}

.buttong .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4.5px;
  border-width: 5px;
  border-style: solid;
  border-color: #02091b transparent transparent transparent;
}

.buttong:hover {
  background-color: #7d1106;
  color: #f7e6c8;
}

.buttong:hover .tooltiptext {
  visibility: visible;
}

.palette {
  height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
}

.palette .colors {
  visibility: hidden;
  background-color: #02091b;
  color: #fff;
  width: 90px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 30%;
  margin-left: -45px;
}

.palette .colors::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4.5px;
  border-width: 5px;
  border-style: solid;
  border-color: #02091b transparent transparent transparent;
}

.palette:hover .colors {
  visibility: visible;
}

.rg  {
  position: relative;
  display: inline;
}

.rg .apple {
  visibility: hidden;
  background-color: #02091b;
  color: #fff;
  width: 120px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 90;
  top: 120%;
  left: 50%;
  margin-left: -43px;
}

.rg .apple::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4.9px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #02091b transparent;
}

.rg:hover .apple {
  visibility: visible;
}

.darkblue{
  filter: brightness(0) saturate(100%) invert(5%) sepia(35%) saturate(2097%) hue-rotate(190deg) brightness(91%) contrast(102%);
}

.normblue{
  filter: brightness(0) saturate(100%) invert(35%) sepia(9%) saturate(3378%) hue-rotate(162deg) brightness(90%) contrast(92%);
}

.darkyell{
  filter: brightness(0) saturate(100%) invert(59%) sepia(2%) saturate(2738%) hue-rotate(360deg) brightness(111%) contrast(82%);
}

.normyell{
  filter: brightness(0) saturate(100%) invert(96%) sepia(10%) saturate(856%) hue-rotate(327deg) brightness(99%) contrast(95%);
}

.lightyell{
  filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(1083%) hue-rotate(307deg) brightness(107%) contrast(111%);
}

.darkred{
  filter: brightness(0) saturate(100%) invert(15%) sepia(32%) saturate(4519%) hue-rotate(345deg) brightness(98%) contrast(112%);
}

.normred{
  filter: brightness(0) saturate(100%) invert(16%) sepia(92%) saturate(5190%) hue-rotate(2deg) brightness(99%) contrast(93%);
}
  
wide {
  letter-spacing: 16px;
  }
  
midwide {
  letter-spacing: 3px;
  }

table, tr, td {
    border-collapse: collapse;
}

th, td {
  padding: 8px;
  word-wrap: break-word;
}

tr:nth-child(odd) {
  background-color: #f0e7d8;
}

tr:nth-child(even) {
  background-color: #aaa08d;
}

hr {
	border: 3px dashed #265e85;
	border-image: 3 repeating-linear-gradient(135deg, #265e85 0, #265e85 10px, transparent 0, transparent 20px, #265e85 0, #265e85 30px, transparent 0, transparent 40px);
	width: 45%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}