body {
background-image: url("https://file.garden/Z7mBIMQW3hJOeelT/dithered-image.jpeg");
background-size: cover;
background-attachment: fixed;
    }

@font-face {
font-family: "FairfaxItalic";
src: url(FairfaxItalic.ttf); 
}

a:hover {
text-decoration: line-through;
color:darkred;
text-shadow: 0px 0px 9px #0040ff;
    }
a {
    text-decoration: none;
    color: darkblue;
}

.text-container{
    position: relative;
    margin-left: 300px;
}
    .glowpad { 
    position: absolute;
    margin-left: 0px; margin-top: 360px; padding:10px; 
    font-family: "FairfaxItalic";
}
    .glow {
margin: 0 auto;
padding: 5px;
width:240px;
height:140px;
border:3px solid white;
background:white;
border-radius:10px;
box-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 14px white;
color:black;
overflow-y:auto;
line-height: 68%;
}
 
.mySlides {
left: 0px;
margin-left: 90px;
z-index: -1;
}    
      
#pspstuff {     
 margin-top:-355px;
z-index: -1;
position: relative;
filter:sepia(95%) hue-rotate(180deg) grayscale(0%);
    }

#pspstuff img {
width:415px;
z-index: -1;
    }
    
#pspstuff iframe {
width:400px;
z-index: -1;
     }  
     
#psp {
  width:700px;
   position:relative;
   margin-top:40px;
   left: 500px;
    top:100px;
    z-index: 1;
  }
  .pspbutton {
      background:none;
      border:none;
      position:absolute;
      margin-top:135px;
      
      margin-left:-690px;
      }

#bleft {
    margin-left: -620px;
    margin-top: 105px;
    transform: rotate(6deg);
}

   #bright {
   margin-left:-565px;
margin-top: 115px;
     }
     
  .pspbutton:active {
    filter: brightness(80%);
    }    
      
     

