body {
  /* background-image: url('https://files.catbox.moe/9v906p.webp'); */
  background-image: url('https://files.catbox.moe/vl1yg1.jpeg');
  background-size: 100% 100%;
  /* background-color: #bdbdbd; */
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color: white;
  font-family: Arial;
  text-align: center;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
body img {
  pointer-events: none;
  -webkit-touch-callout: none;
}
body {
  cursor: url("https://kyuujitsu.neocities.org/mycursor.png"), default;
}
a:hover {
        cursor: url("https://kyuujitsu.neocities.org/mycursor2.gif"), pointer;
    }
a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}
@font-face {                  
font-family: 'AnalogueOS';
src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff) format('woff');
font-weight: normal;
}
#one {
  background-color: black;
  color: white;
  transition:0.3s;
  padding: 2.5px;
  width: 137.5px;
  border-radius: 7.5px;
  border-style: solid;
  border-color: white;
  border-width: 2.5px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'AnalogueOS';
}
#one:hover {
  transform: scale(1.2);
  transform-origin: center;
}
#oneone {
  background-color: black;
  color: black;
  transition:0.15s;
  padding: 5px;
  width: 122.5px;
  border-radius: 7.5px;
  border-style: solid;
  border-width: 2.5px;
  font-family: 'AnalogueOS'
}
#oneone:hover {
  color: #a8a4b2;
}
#two {
  background-color: black;
  color: white;
  transition:0.3s;
  padding: 2.5px;
  width: 137.5px;
  border-radius: 7.5px;
  border-style: solid;
  border-color: white;
  border-width: 2.5px;
  margin-top: 7.5px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'AnalogueOS'
}
#two:hover {
  transform: scale(1.2);
  transform-origin: center;
}
#twotwo {
  background-color: black;
  color: black;
  transition:0.15s;
  padding: 5px;
  width: 122.5px;
  border-radius: 7.5px;
  border-style: solid;
  border-width: 2.5px;
  font-family: 'AnalogueOS'
}
#twotwo:hover {
  color: #a8a4b2;
}
/* https://files.catbox.moe/ygwuqf.gif */
.page {
  background-color: black;
  margin: auto;
  width: 75%;
  display: flex;
  height: 500px;
  border-radius: 5px;
}
.mainthing {
  background-image: linear-gradient(#ba1e13, #5e0324);
  margin: auto;
  width: 60%;
  border-radius: 5px;
  font-size: 13.5px;
  margin-left: 5px;
  margin-right: 5px;
  height: 98%;
}
.side1 {
  background-image: linear-gradient(#eb3f67, #850b1d);
  margin: auto;
  float: left;
  height: 98%;
  width: 20%;
  border-radius: 5px;
  margin-left: 5px;
}
.side2 {
  background-image: linear-gradient(#eb3f67, #850b1d);
  margin: auto;
  float: right;
  height: 98%;
  width: 20%;
  border-radius: 5px;
  margin-right: 5px;
}
































































































































