html, body
{
  padding:0;margin:0;
  font-family: "Courier New", Courier, monospace;
  
  background-color:#070707;
  color:#ff3399;
  
  background-image: url("/img/background.png");
  background-size: 20em;
}

.header
{
  height: 0%;
  width: 100%;
  background: #ff3399;
  color: #070707;
  margin: 0;
  padding:0;
  
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_text
{
  background: #ff3399;
  color: #070707;
  
  margin: 0;
  padding: 0;
  font-family: Square;
}

.header_text:hover
{
  color: #ffffff;
}

@font-face
{
   font-family: Square;
   src: url("/rsrc/Square.ttf");
}

@font-face
{
   font-family: ComicSans;
   src: url("/rsrc/COMIC.TTF");
}

.pixelart
{
  image-rendering: optimizeSpeed;
-ms-interpolation-mode: nearest-neighbor;
}

.stickynote
{
  width:20%;

}

.stickynote_margin
{
  background-color:#b7b145;
  overflow:hidden;
}

.stickynote_int
{
  background-color:#ede555;
  color:#232321;
  width: 100%;
  margin-bottom: 0.1em;
  font-family:ComicSans;
}

.banner_with_characters
{
  display:flex;
  justify-content:center;
  width:100%;
}

.infopanel
{
  background-color:#ff3399;
  color:white;
  width:66%;
  
  border-radius:1em;
}

.infopanel_content_margin
{
  background-color:white;
  display:flex;
  justify-content:center;
  margin:1%;
  
  border-radius:1em;
}

.infopanel_content
{
  width: 99%;
  height: 40em;
  margin:0.5%;
  background-color:#ff3399;

  border-radius:0.8em;
}

.center
{
  width:100%;
  display:flex;
  justify-content:center;
}