.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;
}

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

h1 {
  padding-left: 5px;
  color: #ffff00;
}

li {
  text-align: left;
}

a {
  color: #ffff00;
}

article {
  padding-left: 5px;
}

.nocenter {
  text-align: left;
}

.highlightwarn {
  color: #ff0000;
}

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

.headerpage {
  border-left: 5px solid rgb(255, 255, 0);
  border-right: 5px solid rgb(255, 255, 0);
  border-top: 5px solid rgb(255, 255, 0);
  border-bottom: 2.5px solid rgb(255, 255, 0);
  width: auto;
  height: auto;
  color: #ffff00;
  background: rgb(0, 0, 0);
  text-align: left;
}

.cbox {
  border-left: 5px solid rgb(255, 255, 0);
  border-right: 5px solid rgb(255, 255, 0);
  border-top: 2.5px solid rgb(255, 255, 0);
  border-bottom: 5px solid rgb(255, 255, 0);
  text-align: left;
  background: rgb(0, 0, 0);
  width: auto;
  height: auto;
}

.cboxbuttons {
  border-left: 5px solid rgb(255, 255, 0);
  border-right: 5px solid rgb(255, 255, 0);
  border-top: 2.5px solid rgb(255, 255, 0);
  border-bottom: 2.5px solid rgb(255, 255, 0);
  background: rgb(0, 0, 0);
  width: auto;
  height: auto;
}

.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: 0px; 
  right: 0px; 
  z-index: 100;
  background: rgb(0, 0, 0);
  width: 20%;
  height: auto;
  text-align: center;
}