
/*the thing with this page is you should make it as inaccessible as possible. Nothing is sized to scale, everything uses those dumb (HEY!) color names, LOUD chiptune, and it takes a really long time to load (Didn't have to take into account file size. This is the FUTURE! megabytes are TINY!). Basically make it as annoying as you can. Make people hate this girl even more than they hate the main character. (if at all possible)*/

body{
  color:crimson;
  background-image:url("https://textures.neocities.org/textures/water/WATER01B.GIF");
  }
  h1{
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
}
h2, h3, h4, p{
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;

}
  .section{
   background-color:black;
   border:dashed 5px crimson;
   outline:solid 5px crimson;
   border-radius:50px;
   padding:10px 150px 10px 150px;
   margin:0px 150px 0px 150px;
   box-shadow:5px 5px 3px;
    }
  .shy{
    color:darkred;
    }
 .redacted{
  font-family: "Redacted", system-ui;
  font-weight: 400;
  font-style: normal;
  }
  