
body {
  background-image: url("https://sickrobxt.neocities.org/scrapbook/eae630092a335a45be7831e3479aab3e.jpg");
  color: black;
  font-family: "Pixelify Sans";
  
}
 
 
 .scrollbox {
 position:absolute;
 background-image: url('https://sickrobxt.neocities.org/scrapbook/scrapbackground.png');
 opacity: 80%;
  background-size: 100% 100%;
  margin-left:400px;
  width: 250px;
  height: 430px;
  text-align: center;
  overflow: hidden;
  padding: 7%;
  
}
        
        
        
.scroll{
  margin-top:100px;
  margin-left:60px;
  height: 80%;
  width: 90%;
  overflow-y: auto;
  padding-right: 25%;
}

.scroll a{
  font-size: 18px;
  color: #6B0202;
  font-family: comic;
}

