 /* for # use ID= and for . use class= */
/* For enter button to gateKeeper */ 
	

/* the font-size in BODY reduces the space between lines */
body  {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: white;
	background-image: url(../images/Barn.jpg);
            background-size: cover; 
            background-position: center;
       background-attachment : fixed;   
}

.centerButton
{    
	box-sizing: border-box;  
        width: 500px;
        height: 100px;
        padding: 80px;
        padding-bottom: 110px;  
        border: 10px solid brown;  
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
      	font-size: x-large;  
      	text-align: center;
   	letter-spacing: normal;  
        background-color: #6B8E23;  /* OliveDrab */    
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
      background-position: center;
      margin:  12% auto;
}



