/* oh here i go a fucking things up again */
   body {
    background:url(https://sergeantlunch.neocities.org/trench%20bg.png);
background-size:cover;
background-attachment:fixed;
background-repeat:no-repeat;
display:block;
font-family:Times New Roman;
font-size:14;
overflow:hidden
}
img{
max-width:100%;
height:auto;
}

.patgif{
 position:fixed;
 max-width:80%;
 max-height:80%;
 bottom:20px;
 right:50px;
}
.pathandsup{
display:none
}

.patgif:hover{
background-image:url("https://sergeantlunch.neocities.org/handsup.gif");
display:block;
background-size:auto;
width:auto;
max-height:80%;
bottom:20px;
right:400px;
}



/*from now on is where I try to figure out media queries...god have mercy on my soul.*/
