body{
    background-color:white;
    font-size: 1rem;
    /* background-image: url("img/bkground.jpg");
    background-repeat:no-repeat;  
    background-attachment: fixed;
    background-position: center; 
    background-size:96%; */
    
}

.body-text{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: large;
    width: auto;
    /* background-image: url("img/bkground.jpg");
    background-repeat:no-repeat;  
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
    background-size:96%; 
    z-index: -1; */
    
     float: left;
      
    margin-left:5%;
     
 
    color:black;
  
    /* text-shadow: 2px 2px 4px #000000; */
    /* text-indent: 3em; */
    text-align: justify; 
}

 .hedercenter{
    /* display:block; */
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    /* padding-top: 2px; */
    /* padding-bottom: 10px; */
    /* position:fixed; */
} 

.bkimage{
    width: 98%;
    position:absolute
}








@media only screen and (max-width: 600px) 
{




}