@font-face {
    font-family: "genos"; 
    src: url("https://file.garden/ZYDgfW2nsi-rTE3G/genos.ttf") format("truetype");
}

::selection {
  background: rgba(255, 0, 0, 0);
}

body::before {
content: " ";
display: block;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.0) 50%);
z-index: 100;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
  
body{
cursor: url("/cursors/small.png"), default;
background-image: url('zzz');
background-color: #efefef;
background-repeat: no-repeat;
overflow-x: hidden;
overflow-y: hidden;
color: #000;
margin: 0 auto;
}

#inside{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
margin-top: 0px;
background-color: #efefef;
margin: 0 auto;
}

#container{
background-image: url('');
background-position: bottom;
width: 1000px;
height: 450px;
padding: 0px;
border: 1px solid #000;

background-color:#999;
overflow-x:hidden;
overflow-y:hidden;
box-shadow: inset 0 0 2px 2px white, 0 0 3px 1px rgba(0, 0, 0, 0.6) inset, 0 0 3px 3px rgba(0, 0, 0, 0.1) inset, 0 0 10px 4px rgba(0, 0, 0, 0.1) inset ;

background: radial-gradient(rgb(255, 255, 255, 0.5), rgb(0,0,0,0.1));

border-radius: 25px;

margin-top: -20px;
}

#tableholder{
background-image: url('');
background-position: bottom;
width: 850px;
height: 320px;
padding: 0px;

overflow: visible;

background-color: #;

position: absolute;
margin-top: 100px;
margin-left: 100px;

display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: flex-start;
gap: 5%;
}

.tab1{
width: 280px;
height: 330px;
padding: 0px;

overflow: visible;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

.tab2{
width: 420px;
height: 330px;
padding: 0px;

overflow: visible;

    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

.charimgs{
width: 200px;
height: 300px;
padding: 10px;
border-left: 1px rgb(0, 0, 0, 0.3) solid;
border-top: 1px rgb(0, 0, 0, 0.3) solid;

overflow-x:hidden;
overflow-y:hidden;

box-shadow: 2px 2px 3px 0.5px rgba(0, 0, 0, 0.2) inset, -1px -1px 2px 1px rgba(255, 255, 255, 0.6);
background: linear-gradient(rgb(0,0,0,0.1), rgb(0,0,0,0.0));
border-radius: 25px;

position: absolute;
margin-left: 40px;
margin-top: 0px;

display: flex;
flex-wrap: wrap;
align-content: flex-start;
gap: 2%;
}


.charWide{
width: 310px;
height: 300px;
}

#imgholder{
width: 85px;
height: 85px;
padding: 0px;

overflow-x:visible;
overflow-y:visible;

background-color: #;

margin: 5px;

border: 1px solid #000;
border-radius: 10% 10% 10% 10% / 20% 20% 20% 20%;
box-shadow: inset 0 0 1px 1px white, 0 0 3px 1px rgba(0, 0, 0, 0.75) inset ;
background: radial-gradient(rgb(255, 255, 255, 0.5), rgb(0,0,0,0.1));

white-space: no-wrap;

}

#icon{
width: 75px;
height: 75px;
padding: 0px;

overflow-x:hidden;
overflow-y:hidden;

background-color: #;

margin: 4px;

border: 1px solid #000;
border-radius: 5%;
box-shadow: 0 0 1px 1px white;
background: radial-gradient(rgb(255, 255, 255, 0.5), rgb(0,0,0,0.1));

transition: transform 0.3s ;
}

#icon:hover{
position: absolute;
transform: scale(1.3);
box-shadow: 0 2px 2px 1px rgb(0, 0, 0, 0.5);
filter: brightness(1.05);
}



#fullbody {

} 

#divbg {
position: absolute;
margin-top: 190px;
margin-left: 590px;
pointer-events: none;

mix-blend-mode: overlay;
  opacity: 0.1;
}

#silhouette {
position: absolute;
margin-top: -80px;
margin-left: 900px;
z-index: 1;
pointer-events: none;
} 

.thumb{
 position:absolute;
 border: 1px solid #000;
 width: 40px;
 height: 40px;
 margin: 0px;
}

.css-reflect {
    -webkit-box-reflect: below -22px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, transparent), to(rgba(255, 255, 255, 0.48)));
}

img{
  image-rendering: pixelated;
}



h1{
  font-family: genos;
  font-size: 120px;
  font-weight: 300;
  
  background: linear-gradient(to top, #c0c0c0 2%, #dddddd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  mix-blend-mode: darken;
  opacity: 0.9;
  
  position: absolute;
  margin-left: 340px;
  margin-top: -30px;
}

h2{
  font-family: genos;
  font-size: 30px;
  font-weight: 300;
  
  mix-blend-mode: darken;
  opacity: 0.5;
  
  transform: rotate(270deg);
  
  margin-left: -250px;
  margin-top: -140px;
}

.oneshot{
  margin-left: -390px;
  margin-top: -300px;
}

h3{
  font-family: genos;
  font-size: 50px;
  font-weight: 300;
  
  mix-blend-mode: multiply;
  opacity: 0.4;
  text-align: right;
}

#gotoholder{
  padding: 0;
  margin: 0;
  width: 1000px;
  height: 60px;
  
  position: absolute;
  margin-top: 480px;
}

#goto{
  padding: 0;
  margin: 0;
 
 float: right;
}

#songnameholder{
  padding: 0;
  margin: 0;
  width: 1000px;
  height: 60px;
  
  position: absolute;
  margin-top: -540px;
  margin-left: 60px;
}

#songname{
  padding: 0;
  margin: 0;
 
 float: left;
}

.back{
position: absolute;
top: -45px;
margin-left: 15px;

font-size: 40px;
opacity: 0.3;

transition: 0.1s;
}

.back:hover{
opacity: 0.6;
}