@charset "utf-8";

			/* MAIN AND WEBSITE DESSCRIPTION */
body {
  	background-image:url('../images/stephandpaul1.jpeg');
    background-repeat:no-repeat;
    background-size: 500px 350px;
	background-position: center ; 
	background-attachment: fixed;  	
}
.button {
    position: fixed;
    
    
}
.button2 {
    position: fixed;
    
    

}
img {
    position: relative;
    top: 2px;
    left:2px;
    border-radius: 25px;
    margin-bottom: 2px;
    height: 75px;
    width: 150px;
    
    


}
img:hover {
    box-shadow: 0 0 2px 1px rgba(0,0,0,1);
}