body {
    background-color: black;
    color: white;
    font-family: ComicSans;
    text-align: center; /* this line is new btw */
}

@font-face {
  font-family: ComicSans;
  src: url(https://assets.darksideofsumarucity.net/misc/COMIC.TTF);
}

@font-face {
  font-family: ComicSans;
  src: url(https://assets.darksideofsumarucity.net/misc/COMICBD.TTF);
  font-weight: bold;
}

a {
  color: #b2b2f9;
}

h1 {
    margin-top: 2px;
    margin-bottom: 3px;
}

h2 {
    margin-top: 2px;
    margin-bottom: 3px;
}

h3 {
    margin-top: 2px;
    margin-bottom: 3px;
}

h4 {
    margin-top: 2px;
    margin-bottom: 3px;
}

h5 {
    margin-top: 2px;
    margin-bottom: 3px;
}

h6 {
    margin-top: 2px;
    margin-bottom: 3px;
}

/* above: default baofu site css, h1-6 changed margins
below: from sadgrl.online default css */

        .title {
            font-weight:bold;
            font-size:20px;
        }

/* above: from sadgrl.online default css
below: from sadgrl.online tiled background page css */

        /* #bgs {
            padding: 25px;
        } */

        #bgs img {
            width: 100px; /* originally 75px */
            height: 100px; /* see above */
        }

/* above: scroll up im not typing shit again
below: from w3schools */

.content {
  max-width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* below: https://tedmuller.us/Computer/HTML/10-TextBoxes.htm */

.textbox {
  width: 85%;
  display: inline-block;
  padding: .2em .4em .2em .3em;
  text-align: center; 
}

.updates {
  height: 100px;
  overflow: auto;
  width: 75%;
  max-width: 300px;
  border: 3px double #fff;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

















/* text mobile neocities blah blah blah */