.inter-tight-heading {
  font-family: "Inter Tight", serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
}

.m-plus-1-main {
  font-family: "M PLUS 1", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1-sub {
  font-family: "M PLUS 1", serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  margin-top: -10px;
}

html {
    overscroll-behavior: none;
    cursor: url("cursor/cursor_default.png"), default;
}

body {
  background: url("/bg/ss177.gif");
  background-repeat: repeat;
  color: white;
  font-family: "M PLUS 1";
  cursor: url("cursor/cursor_default.png"), default;
}

h1 {
  text-align: center;
  color: #ffff00;
}

h2 {
  cursor: url("cursor/cursor_text.png"), text;
}

h3 {
  cursor: url("cursor/cursor_text.png"), text;
  text-align: center;
}

li {
  cursor: url("cursor/cursor_text.png"), text;
}

a {
  color: #ffff00;
  cursor: url("cursor/cursor_pointer.png"), pointer;
}

p {
  cursor: url("cursor/cursor_text.png"), text;
}

.nocenter {
  text-align: left;
}

.highlightwarn {
  color: #ff0000;
}


.imgtitle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12%;
  position: static;
}

.cbox1 {
  border: 1px solid rgb(255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px ;
  margin-bottom: 50px;
  width: 35%;
  color: #ffff00;
  background: rgb(0, 0, 0);
  text-align: center;
}

.bio {
  border: 1px solid rgb(255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px ;
  margin-bottom: 50px;
  width: 35%;
  color: #ffff00;
  background: rgb(0, 0, 0);
}


.boxseparate{
  border: 1px solid #ffff00;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.stubinfo{
  border: 2.5px solid #ffff00;
  position: fixed; 
  top: 5px; 
  right: 5px; 
  z-index: 100;
  background: rgb(0, 0, 0);
  width: 20%;
  height: auto;
  text-align: center;
}
