body{
background-image: url("bg.gif");
background-color: white;
background-repeat: no-repeat;
background-attachment: fixed; 
background-size: 100% 100%;
font-family:"MS Gothic", monospace;
margin:0 0 0 10px;

}

.divider{
    height:40px;
    width:auto;
    float:left;
    margin-left:0px;
}

.divdiv{
margin-left: 0px;

  
  }

h1{margin-bottom:50px;}

.gear{
position:absolute;
top: -90px;
right: -90px ;
/* animation: spin 3s infinite linear;   */
}

#return{

width:140%

}

.bulletin-content .column {
    float: left;
    margin: 10px;
    width: 33%;
}
.post{
float:left;

}
img {
    float: left;
    width:  50%;
    height: auto;
}
.piss_challenge{
    object-fit: cover;
    border: 10px solid transparent;
    padding: 0px;
    border-image: url("border1.png") 15 round;

}
.piss_challenge:hover{
    animation: hoveranim 0.5s forwards; 

}

@keyframes hoveranim{
  0% {
    width: 50%;
  }
  100% {
    width: 53%;
  }

}

@keyframes spin{
    from { 
            -moz-transform: rotate(0deg); 
        } to { 
            -moz-transform: rotate(360deg); 
        }

}