body{
	background-image: url("sitebg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: W95FA;
	font-size: 20px;
}
*{ 
	cursor: url("cursor.png"), default;
}
a:hover, .link:hover{
	cursor: url("pointer.png"), pointer;
}
 html:before {
  animation: flicker 8s steps(10) infinite;
  background-image: url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/1f1d3db0-bb51-4da7-874b-fc4bda5f2395/dclwg5d-3249b800-65b3-4ad5-9a42-d0519ba70d4c.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiIvZi8xZjFkM2RiMC1iYjUxLTRkYTctODc0Yi1mYzRiZGE1ZjIzOTUvZGNsd2c1ZC0zMjQ5YjgwMC02NWIzLTRhZDUtOWE0Mi1kMDUxOWJhNzBkNGMuZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.mJOPzWMBz3pPxbkZ_N1x-AzrTn-I38S6xN8T-hwNP1c);
  content: "";
  height: 300%;
  left: -50%;
  opacity:.2;
  position: fixed;
  top: -110%;
  width: 300%;
  pointer-events:none;
  z-index: 10;
}
@keyframes flicker
  70% { transform:translate(0%, 15%) }
 
 .main{
	  background-image: url("background.png");
	  position: absolute;
	  border: 50px solid transparent;
	  border-image: url("border.png") 30 stretch;
	  width: 40%;
	  height: 700px;
	  left: 30%;
	  top: 75px;
	  overflow: scroll;
	  padding: 10px;
	  scrollbar-color: blue green;
	  scrollbar-width: thin;
	  z-index: 1;
  }
  
#logo{
	 position: absolute;
	 left: 670px;
  }
  .main > p{
	  color: white;
  }
  
  a{
	  color: #ff52f1;
  }
  
  #goback{
	  position: fixed;
	  left: 10px;
	  top: 10px;
	  background-color: #730058;
	  padding-top: 20px;
	  width: 75px;
	  height: 40px;
	  border: 8px dashed #ff52f1;
	  text-align: center;
  }
  
  #bg1{
	background-image: url("sitebg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 900px;
  }
  
  .secondyeah{
	  top: 900px;
	  width: 100%;
	  height: 900px;
	  background-image: url("backgroundforuh.png");
	  background-size: 100% 100%;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
  }
  
  .artcontainer{
	  display: grid;
	  color: white;
	  grid-template-columns: auto auto;
	  align-content: center;
	  column-gap: 20px;
	  row-gap: 20px;
  }
  .artcontainer > div{
	  text-align: center;
  }
  
	  