body {
  background: #08121c;
  font-family: verdana;
  color: #88B9DD;
  margin: 20px;
}
#reel{
  max-width: 900px;
  margin: auto;
  font-size: 15px;
  border-radius: 15px;
  background: #112233;
}
#tbox {
  max-width: 100%;
  height: auto;
  padding: 10px;
  background: #08121c;
  margin: 5px;
  text-align: center;
  border-radius: 10px;
  font-family: "AsKer";
  font-size: 20px;
}
#flex {
  display: flex;
  max-width: 100%;
  margin: auto;
}
#col1 {
  max-width: 150px;
  height: 777px;
  order: 1;
  flex: none;
  background: #08121c;
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
  overflow-x: hidden;
}
#col2 {
  max-width: 100%;
  height: 777px;
  order: 2;
  flex: auto;
  background: #08121c;
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
}
#bottom-bumpr {
  position: relative;
}
a:link {
  color: #755F9F;
  text-decoration: none;
}

a:visited {
  color: #755F9F;
  text-decoration: none;
}

a:hover {
  color: #88B9DD;
  text-decoration: none;
}

a:active {
  color: #88B9DD;
  text-decoration: none;
}
h1 {
  font-family: "nintendoP_Humming-E_002pr";
  font-size: 15px;
  text-align: center;
  margin: 5px;
}
ul, li {
  margin-left: 17;
  padding-left: 17px;
}
li span {
  position: relative;
  left: -20px;
}
#bottom-bumpr{
  padding-bottom:30px;
}
@font-face {
  font-family: "nintendoP_Humming-E_002pr";
  src: url("/1/Hummingbird.otf")  format('opentype');
}
@font-face {
  font-family: "AsKer";
  src: url("img/AsiaKERIN-M.ttf")  format('truetype');
}