video#video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; 
}

.codebox{display:inline-block;}

* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue'), url('/fnt/BebasNeue.woff') format('woff');
  }
  
  @font-face {
  font-family: 'CaviarDreams';
  font-style: normal;
  font-weight: normal;
  src: local('CaviarDreams'), url('/fnt/CaviarDreams.woff') format('woff');
  }

audio { 
   display:none;
}

a:link {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#848484;}
a:active {color:#FFFFFF;}

html, body {
  padding: 0;
  margin: 0;
  background-size:cover;
}

sup { 
  font-family: 'CaviarDreams';
  opacity:0.3;
  }

marquee {
  font-family: 'CaviarDreams';
  font-size: 5px;
}

#footer {
    position:fixed;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
    width:75%;
}
#footer img {width:100%;}

* {
  font-famly: 'Courier New';
  color: white;
}
#b { 
  font-weight: bold;
  color: black;
}
.centerContainer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#quoteText {
   font-family: 'CaviarDreams';
  text-align: center;
  font-size: 40px;
  padding-top: 30px;
}

#headText {
   font-family: 'CaviarDreams';
  text-align: center;
  font-size: 40px;
  padding-top: 30px;
}

#omoriText {
   font-family: 'whitespace';
  text-align: center;
  font-size: 40px;
  padding-top: 30px;
}


html { 
  background no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#divider  {
  height: 2px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 30px;
}

#logo {
  width: 100%;
}

#List {
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  font-size: 35px;
  height: calc(100% - 450px);
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6px;
  font-family: 'CaviarDreams';
  
}



#membersList {
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  font-size: 40px;
  
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6px;
  font-family: 'Bebas Neue';
}

#membersList:hover {
  padding-right: 0px;
  overflow: auto;
}


p {
  font-family: 'CaviarDreams';
  color: white;
}

}

sup {
  font-size: 5px;
  text-align: center;
  font-family: 'CaviarDreams';
  
}

ul
{
    list-style-type: none;
}

.bg {background-attachment:fixed; background-repeat: no-repeat; background-position:top right;background-size: cover;}


.scrollbar::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar::-webkit-scrollbar {
	width: 6px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}