@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');

    html{
    overflow-y: scroll;}
    
    body {
      background: #1a1a1a url('https://one-thousand-stuffed-animals.neocities.org/real.static.png') fixed;
      color: #ffffff;
      font-family: 'MS pGothic', 'Quicksand',sans-serif;
      font-size: 12pt;
      line-height: 1.3em;
      letter-spacing: 0.2px;
      margin: auto;
      margin-top: 50px;
      text-align: left;
      width: 98%;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 75px;
    }
    
    img {
      max-width: 100%;
    }
    
    a {
      color: #fff;
      padding-left: 3px;
      padding-right: 3px;
      background: #4a4a4a;
    }
    
    
    
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 15px;
}

ul li:before {
  content: "Ã¢Å“Â²";
  padding-right: 10px;
}

.center {
  text-align: center;
  }

.imgloader {
  display: none;
}
    
	@media (min-width: 600px) {
	  
    body {
      margin-top: 100px;
      width: 600px;
    }
	}
	
	::-webkit-scrollbar {
 width: 13px;
 height: 13px;
}
::-webkit-scrollbar-thumb {
 background: linear-gradient(166deg, #ffffff 0%,#cccccc 96%);
 border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
 background: #bdbdbd;
}
::-webkit-scrollbar-track{
 background: #000000;