<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  
  
  
  max-width: 100%;
  overflow-x: hidden;
  
  background-color:rgb(32,0,64);
  background-image:url("bg1.png");
  
  color:rgb(255,255,255);
  
  font-family:Anton;
  font-size:22px;
  


  
  }
  
  a{color:rgb(255,64,64); text-decoration:none;}
  a:hover{color:rgb(255,0,0); text-decoration:none;}
  
  
body:-moz-selection { /* Code for Firefox */
  background-color: red;
}
body:selection {
  background-color: red;
}

  
p {
  
  position:relative;
  
  left:8px;
  
  }
  
h1 {
  
  outline-style: ridge;
  outline-width:5px;
  outline-color:rgb(255,0,0);
  
  background-image:url("txtbg.gif");
  
  text-align:center;
  
  }
  
#contentbody {
  
  /*background-image:url("txtbg.gif");*/
  background-color:rgb(32,0,0);
  
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  
  
  }
  
#shiftalittle{
  position:relative;
  right:6px;
  top:4;
  
  }
  
  
#shiftalittle:hover{
position:relative;
right:6px;
top:4;
filter:invert();
}
#shiftalittle1{
position:relative;
  right:6px;
  top:72;
  }
  
  
#shiftalittle1:hover{
position:relative;
right:6px;
top:72;
filter:invert();

}
#shiftalittle2{
position:relative;
  right:6px;
  top:136;
  }
  
  
#shiftalittle2:hover{
position:relative;
right:6px;
top:136;
filter:invert();
}
#shiftalittle3{
position:relative;
  right:6px;
  top:208;
  }
  
  
#shiftalittle3:hover{
position:relative;
right:6px;
top:208;

filter:invert();
}

#efefef{
  
  
  width:64px;
  height:64px;
  top:208;
  }
  
  
    
  #deltatwist {
    
    cursor: url("heart.png"), url("heart.svg"), url("heart.jpg"), auto;
    background-color:black; 
    background-image:url("bg2.png");
    
    }
  
  
#bar{
  outline-style: ridge;
  outline-width:8px;
  outline-color:rgb(255,0,0);
  
  background-color:rgb(128,0,0);
  position:absolute;
  

  width:56px;
  
  
  
  }
  
  
  /*#bar:hover{left:40;}*/
  
  
  
  
  
  
  
  
  </pre></body></html>