body{
    background-image: url('https://files.catbox.moe/80n9gk.gif');
    background-repeat:no-repeat;
    background-size:cover;
    font-family: higu;
    font-size: 1.2vw;
    color: #626262;
    background-color: white;
    overflow: hidden;
    cursor:url('https://files.catbox.moe/s5w6nj.png'), auto;
}

html {
	scrollbar-color: black #626262;
}

a:hover {
cursor:url('https://files.catbox.moe/ojh99q.png'), url('https://files.catbox.moe/s5w6nj.png'), auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@font-face {
    font-family: higu;
    src: url(https://files.catbox.moe/uadt82.TTF);
}

::-moz-selection {
  color: black;
  background: #FF0000;
}

::selection {
  color: black;
  background: #FF0000;
}

[id] {
	display: none;
}
[id]:target {
  display:block;
}

h1{
  color: #C72232;
  text-align: center;
  font-size: 3.5vw;
  margin: 0;
}

.side{
   background-color: #FFFFFF;
   background-image: url('https://files.catbox.moe/guqrym.gif');
   border-radius: 0px;
   border: 3px solid #626262;
   padding: 11px;
   text-align: center;
   width: 115px;
   height: 83%;
   top: 18px;
   margin: auto;
   position: fixed;
   left: 226px;
}

a:link {
  color: #626262;
}

/* visited link */
a:visited {
  color: #626262;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: white;
}

.main { 
    background: white;
    border: 3px solid #626262;
    top: 18px;
    width: 38%;
    height: 23%;
    padding: 10px;
    margin: auto;
    position: fixed;
    left: 373px;
    overflow: auto;
    background-color: white;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

.main2 { 
    background: white;
    border: 3px solid #626262;
    top: 184.5px;
    width: 38%;
    height: 55.4%;
    padding: 10px;
    margin: auto;
    position: fixed;
    left: 373px;
    overflow: auto;
    background-color: white;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

.side h2 {
   text-align: center;
   background: red;
   color: white;
   font-size: 1.2vw;
}

.side2 {
   background-color: #FFFFFF;
   background-image: url('https://files.catbox.moe/guqrym.gif');
   border-radius: 0px;
   border: 3px solid #626262;
   padding: 11px;
   text-align: center;
   width: 120px;
   height: 83%;
   top: 18px;
   margin: auto;
   position: fixed;
   left: 886px;
   overflow: auto;
   background-color: white;
   scrollbar-width: none; 
   -ms-overflow-style: none;
}