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%);
}

.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: 'whitespace';
  font-style: normal;
  font-weight: normal;
  src: local('whitespace'), url('whitespace.woff') format('woff');
  }

audio { 
   display:none;
}


html, body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 90%;
}

sup { 
  font-family: 'whitespace';
  opacity:0.3;
  }

marquee {
  font-family: 'whitespace';
  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: black;
}
#b { 
  font-weight: bold;
  color: black;
}
.centerContainer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#quoteText {
   font-family: 'whitespace';
  text-align: center;
  font-size: 40px;
  padding-top: 30px;
}

#headText {
   font-family: 'whitespace';
  text-align: center;
  font-size: 40px;
  padding-top: 30px;
}

#omoriText {
   font-family: 'whitespace';
  text-align: center;
  font-size: 40px;
  padding-top: 30px;
}


#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: 'whitespace';
  
}





p {
  font-family: 'whitespace';
  color: black;
}

}

sup {
  font-size: 5px;
  text-align: center;
  font-family: 'whitespace';
  
}

ul
{
    list-style-type: none;
}

