/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@font-face{
  font-family: "msgothic";
  src: url("https://biguke.neocities.org/resources/MS%20Gothic.ttf") format("truetype");
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #C2D5FF;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #AE8EE8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6C4AA8;
}
#bg{
position:fixed;
bottom: 0px;
right: 0;
opacity: 10;
border: none;
background-color:#FFFFFF00;
}
.header {
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: black;
  color: white;
  font-size: 30px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a {
  font-family: "msgothic";
  color: #C2A1FF;
}
h1{
  font-family: "msgothic";
  text-align: center;
}
p{
  font-family: "msgothic";
  text-align: center;

}
table {
  font-family: "msgothic", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid white;
  text-align: center;
  padding: 8px;
}

ul{
  font-family: "msgothic";
  text-align: center;
}
body {
  background-image: url("https://biguke.neocities.org/resources/pattern%20600.gif");
  background-repeat: repeat;
  color: white;
  font-family: Verdana;
  font-style: normal;
  }
.scrollbox-container {
        width: 200px; /* Set a fixed width */
        height: 50px; /* Set a fixed height */
        border: 1px solid white; /* Optional: Add a border for visibility */
        overflow: auto; /* Enable scrollbars when content overflows */
        padding: 5px; /* Optional: Add padding inside the box */
    }
div {
  background-color: black;
  text-align: center;
  border: 1px solid white;
}